#F27166

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

Shades of Bittersweet #F27166

Tints of Bittersweet #F27166

Color information

#F27166 (or 0xF27166) is unknown color: approx Bittersweet. HEX triplet: F2, 71 and 66. RGB value is (242,113,102). Sum of RGB (Red+Green+Blue) = 242+113+102=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27166 is #0D8E99. Grayscale: #969696. Windows color (decimal): -888474 or 6713842. OLE color: 6713842.

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

Color convert

RGB242113102-
CMYK00.530.580.05
HSL4.71º84.34%67.45%-
HSV(B)4.71º57.85%94.9%-
XYZ44.9231.6516.31-
YUV150.32100.74193.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=52.95%
G=24.73%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211310200.530.580.054.7184.3467.45
HexF271660353A555443
Octal3621611460657255124103
Binary1111001011100011100110011010111101010110110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27166; }

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

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

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

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

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

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

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

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