#F27666

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

Shades of Bittersweet #F27666

Tints of Bittersweet #F27666

Color information

#F27666 (or 0xF27666) is unknown color: approx Bittersweet. HEX triplet: F2, 76 and 66. RGB value is (242,118,102). Sum of RGB (Red+Green+Blue) = 242+118+102=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27666 is #0D8999. Grayscale: #999999. Windows color (decimal): -887194 or 6715122. OLE color: 6715122.

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

Color convert

RGB242118102-
CMYK00.510.580.05
HSL6.86º84.34%67.45%-
HSV(B)6.86º57.85%94.9%-
XYZ45.4932.7916.5-
YUV153.2599.08191.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.38%
GREEN value IS 118 (46.48% from 255) = 25.54%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=52.38%
G=25.54%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211810200.510.580.056.8684.3467.45
HexF276660333A575443
Octal3621661460637257124103
Binary1111001011101101100110011001111101010111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27666; }

 p { color: rgb(242,118,102); }

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

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

 a { background-color: rgb(242,118,102); }

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

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

 span { border-color: rgb(242,118,102); }

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