#F27564

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

Shades of Bittersweet #F27564

Tints of Bittersweet #F27564

Color information

#F27564 (or 0xF27564) is unknown color: approx Bittersweet. HEX triplet: F2, 75 and 64. RGB value is (242,117,100). Sum of RGB (Red+Green+Blue) = 242+117+100=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F27564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27564 is #0D8A9B. Grayscale: #989898. Windows color (decimal): -887452 or 6583794. OLE color: 6583794.

HSL color Cylindrical-coordinate representation of color #F27564: hue angle of 7.18º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F27564 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB242117100-
CMYK00.520.590.05
HSL7.18º84.52%67.06%-
HSV(B)7.18º58.68%94.9%-
XYZ45.2832.5215.95-
YUV152.4498.41191.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=52.72%
G=25.49%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211710000.520.590.057.1884.5267.06
HexF275640343B575543
Octal3621651440647357125103
Binary1111001011101011100100011010011101110111110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27564; }

 p { color: rgb(242,117,100); }

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

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

 a { background-color: rgb(242,117,100); }

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

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

 span { border-color: rgb(242,117,100); }

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