#F27562

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

Shades of Bittersweet #F27562

Tints of Bittersweet #F27562

Color information

#F27562 (or 0xF27562) is unknown color: approx Bittersweet. HEX triplet: F2, 75 and 62. RGB value is (242,117,98). Sum of RGB (Red+Green+Blue) = 242+117+98=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27562 is #0D8A9D. Grayscale: #989898. Windows color (decimal): -887454 or 6452722. OLE color: 6452722.

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

Color convert

RGB24211798-
CMYK00.520.600.05
HSL7.92º84.71%66.67%-
HSV(B)7.92º59.5%94.9%-
XYZ45.1832.4815.44-
YUV152.2197.41192.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=52.95%
G=25.60%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421179800.520.600.057.9284.7166.67
HexF275620343C585543
Octal36216514206474510125103
Binary11110010111010111000100110100111100101100010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27562; }

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

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

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

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

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

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

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

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