#F27862

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

Shades of Bittersweet #F27862

Tints of Bittersweet #F27862

Color information

#F27862 (or 0xF27862) is unknown color: approx Bittersweet. HEX triplet: F2, 78 and 62. RGB value is (242,120,98). Sum of RGB (Red+Green+Blue) = 242+120+98=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F27862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27862 is #0D879D. Grayscale: #9A9A9A. Windows color (decimal): -886686 or 6453490. OLE color: 6453490.

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

Color convert

RGB24212098-
CMYK00.500.600.05
HSL9.17º84.71%66.67%-
HSV(B)9.17º59.5%94.9%-
XYZ45.5433.1915.56-
YUV153.9796.42190.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=52.61%
G=26.09%
B=21.30%

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
Decimal2421209800.500.600.059.1784.7166.67
HexF278620323C595543
Octal36217014206274511125103
Binary11110010111100011000100110010111100101100110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27862; }

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

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

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

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

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

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

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

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