Html Css Color HEX #F66860 Bittersweet

📋 copy color: '#F66860'

red 246 ◦ green 104 ◦ blue 96

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

Shades of Bittersweet #F66860

Tints of Bittersweet #F66860

RGB

 RED value IS 246 (96.48% from 255) = 55.16%

 GREEN value IS 104 (41.02% from 255) = 23.32%

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

R = 55.16%
G = 23.32%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F66860 (or 0xF66860) is known color: Bittersweet. HEX triplet: F6, 68 and 60. RGB value is (246,104,96). Sum of RGB (Red+Green+Blue) = 246+104+96=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F66860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66860 is #09979F. Grayscale: #919191. Windows color (decimal): -628640 or 6318326. OLE color: 6318326.

HSL color Cylindrical-coordinate representation of color #F66860: hue angle of 3.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F66860 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 104 96 -
CMYK 0 0.58 0.61 0.04
HSL 3.2º 0.89% 0.67% -
HSV(B) 3.2º 0.61% 0.96% -
XYZ 45.07 30.34 14.55 -
YUV 145.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 246 104 96 0 0.58 0.61 0.04 3.2 0.89 0.67
Hex F6 68 60 0 3A 3D 4 3 59 43
Octal 366 150 140 0 72 75 4 3 131 103
Binary 11110110 1101000 1100000 0 111010 111101 100 11 1011001 1000011

Color Harmonies of #F66860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66860

Black with #F66860

Text Example


Text Example

White with #F66860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66860; }

 p { color: rgb(246,104,96); }

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

background-color css

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

 a { background-color: rgb(246,104,96); }

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

border-color css

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

 span { border-color: rgb(246,104,96); }

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