Html Css Color HEX #F17060 Bittersweet

📋 copy color: '#F17060'

red 241 ◦ green 112 ◦ blue 96

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

Shades of Bittersweet #F17060

Tints of Bittersweet #F17060

RGB

 RED value IS 241 (94.53% from 255) = 53.67%

 GREEN value IS 112 (44.14% from 255) = 24.94%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 53.67%
G = 24.94%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F17060 (or 0xF17060) is known color: Bittersweet. HEX triplet: F1, 70 and 60. RGB value is (241,112,96). Sum of RGB (Red+Green+Blue) = 241+112+96=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F17060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17060 is #0E8F9F. Grayscale: #949494. Windows color (decimal): -954272 or 6320369. OLE color: 6320369.

HSL color Cylindrical-coordinate representation of color #F17060: hue angle of 6.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F17060 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 96 -
CMYK 0 0.54 0.60 0.05
HSL 6.62º 0.84% 0.66% -
HSV(B) 6.62º 0.6% 0.95% -
XYZ 44.18 31.13 14.75 -
YUV 148.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 241 112 96 0 0.54 0.60 0.05 6.62 0.84 0.66
Hex F1 70 60 0 36 3C 5 7 54 42
Octal 361 160 140 0 66 74 5 7 124 102
Binary 11110001 1110000 1100000 0 110110 111100 101 111 1010100 1000010

Color Harmonies of #F17060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17060

Black with #F17060

Text Example


Text Example

White with #F17060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17060; }

 p { color: rgb(241,112,96); }

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

background-color css

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

 a { background-color: rgb(241,112,96); }

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

border-color css

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

 span { border-color: rgb(241,112,96); }

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