#F97264

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

Shades of Bittersweet #F97264

Tints of Bittersweet #F97264

Color information

#F97264 (or 0xF97264) is unknown color: approx Bittersweet. HEX triplet: F9, 72 and 64. RGB value is (249,114,100). Sum of RGB (Red+Green+Blue) = 249+114+100=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F97264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97264 is #068D9B. Grayscale: #989898. Windows color (decimal): -429468 or 6583033. OLE color: 6583033.

HSL color Cylindrical-coordinate representation of color #F97264: hue angle of 5.64º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F97264 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB249114100-
CMYK00.540.600.02
HSL5.64º92.55%68.43%-
HSV(B)5.64º59.84%97.65%-
XYZ47.3833.0915.95-
YUV152.7798.23196.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.78%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=53.78%
G=24.62%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911410000.540.600.025.6492.5568.43
HexF972640363C265d44
Octal3711621440667426135104
Binary111110011110010110010001101101111001011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97264; }

 p { color: rgb(249,114,100); }

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

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

 a { background-color: rgb(249,114,100); }

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

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

 span { border-color: rgb(249,114,100); }

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