#F27063

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

Shades of Bittersweet #F27063

Tints of Bittersweet #F27063

Color information

#F27063 (or 0xF27063) is unknown color: approx Bittersweet. HEX triplet: F2, 70 and 63. RGB value is (242,112,99). Sum of RGB (Red+Green+Blue) = 242+112+99=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F27063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27063 is #0D8F9C. Grayscale: #959595. Windows color (decimal): -888733 or 6516978. OLE color: 6516978.

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

Color convert

RGB24211299-
CMYK00.540.590.05
HSL5.45º84.62%66.86%-
HSV(B)5.45º59.09%94.9%-
XYZ44.6631.3715.5-
YUV149.3999.57194.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.42%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=53.42%
G=24.72%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421129900.540.590.055.4584.6266.86
HexF270630363B555543
Octal3621601430667355125103
Binary1111001011100001100011011011011101110110110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27063; }

 p { color: rgb(242,112,99); }

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

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

 a { background-color: rgb(242,112,99); }

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

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

 span { border-color: rgb(242,112,99); }

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