#F97866

Color #F97866 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F97866

Tints of Bittersweet #F97866

Color information

#F97866 (or 0xF97866) is unknown color: approx Bittersweet. HEX triplet: F9, 78 and 66. RGB value is (249,120,102). Sum of RGB (Red+Green+Blue) = 249+120+102=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F97866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97866 is #068799. Grayscale: #9C9C9C. Windows color (decimal): -427930 or 6715641. OLE color: 6715641.

HSL color Cylindrical-coordinate representation of color #F97866: hue angle of 7.35º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F97866 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB249120102-
CMYK00.520.590.02
HSL7.35º92.45%68.82%-
HSV(B)7.35º59.04%97.65%-
XYZ48.1834.5316.7-
YUV156.5297.24193.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=52.87%
G=25.48%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912010200.520.590.027.3592.4568.82
HexF978660343B275c45
Octal3711701460647327134105
Binary111110011111000110011001101001110111011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97866; }

 p { color: rgb(249,120,102); }

 H1.HeaderClassName
 {
   color: #F97866;
 }
 .AnyTagClassName
 {
   color: #F97866;
 }
</style>
background-color css

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

 a { background-color: rgb(249,120,102); }

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

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

 span { border-color: rgb(249,120,102); }

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