#F27860

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

Shades of Bittersweet #F27860

Tints of Bittersweet #F27860

Color information

#F27860 (or 0xF27860) is unknown color: approx Bittersweet. HEX triplet: F2, 78 and 60. RGB value is (242,120,96). Sum of RGB (Red+Green+Blue) = 242+120+96=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F27860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27860 is #0D879F. Grayscale: #999999. Windows color (decimal): -886688 or 6322418. OLE color: 6322418.

HSL color Cylindrical-coordinate representation of color #F27860: hue angle of 9.86º degrees, saturation: 0.85, 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 #F27860 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24212096-
CMYK00.500.600.05
HSL9.86º84.88%66.27%-
HSV(B)9.86º60.33%94.9%-
XYZ45.4533.1515.07-
YUV153.7495.42190.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=52.84%
G=26.20%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421209600.500.600.059.8684.8866.27
HexF278600323C5a5542
Octal36217014006274512125102
Binary11110010111100011000000110010111100101101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27860; }

 p { color: rgb(242,120,96); }

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

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

 a { background-color: rgb(242,120,96); }

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

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

 span { border-color: rgb(242,120,96); }

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