Html Css Color HEX #F3775C Bittersweet

📋 copy color: '#F3775C'

red 243 ◦ green 119 ◦ blue 92

#F3775C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #F3775C

Tints of Bittersweet #F3775C

RGB

 RED value IS 243 (95.31% from 255) = 53.52%

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 92 (36.33% from 255) = 20.26%

R = 53.52%
G = 26.21%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F3775C (or 0xF3775C) is known color: Bittersweet. HEX triplet: F3, 77 and 5C. RGB value is (243,119,92). Sum of RGB (Red+Green+Blue) = 243+119+92=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3775C is #0C88A3. Grayscale: #999999. Windows color (decimal): -821412 or 6060019. OLE color: 6060019.

HSL color Cylindrical-coordinate representation of color #F3775C: hue angle of 10.73º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3775C is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 119 92 -
CMYK 0 0.51 0.62 0.05
HSL 10.73º 0.86% 0.66% -
HSV(B) 10.73º 0.62% 0.95% -
XYZ 45.49 33.02 14.1 -
YUV 153 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 243 119 92 0 0.51 0.62 0.05 10.73 0.86 0.66
Hex F3 77 5C 0 33 3E 5 B 56 42
Octal 363 167 134 0 63 76 5 13 126 102
Binary 11110011 1110111 1011100 0 110011 111110 101 1011 1010110 1000010

Color Harmonies of #F3775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3775C

Black with #F3775C

Text Example


Text Example

White with #F3775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3775C; }

 p { color: rgb(243,119,92); }

 H1.HeaderClassName
 {
   color: #F3775C;
 }
 .AnyTagClassName
 {
   color: #F3775C;
 }
</style>

background-color css

<style>
 a { background-color: #F3775C; }

 a { background-color: rgb(243,119,92); }

 div.DivClassName
 {
   background-color: #F3775C;
 }
 .BgClassName
 {
   background-color: #F3775C;
 }
</style>

border-color css

<style>
 span { border-color: #F3775C; }

 span { border-color: rgb(243,119,92); }

 td.TdClassName
 {
   border-color: #F3775C;
 }
 .TagClassName
 {
   border-color: #F3775C;
 }
</style>