#F27664

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

Shades of Bittersweet #F27664

Tints of Bittersweet #F27664

Color information

#F27664 (or 0xF27664) is unknown color: approx Bittersweet. HEX triplet: F2, 76 and 64. RGB value is (242,118,100). Sum of RGB (Red+Green+Blue) = 242+118+100=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F27664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27664 is #0D899B. Grayscale: #999999. Windows color (decimal): -887196 or 6584050. OLE color: 6584050.

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

Color convert

RGB242118100-
CMYK00.510.590.05
HSL7.61º84.52%67.06%-
HSV(B)7.61º58.68%94.9%-
XYZ45.432.7515.99-
YUV153.0298.08191.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 100 (39.45% from 255) = 21.74%
R=52.61%
G=25.65%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211810000.510.590.057.6184.5267.06
HexF276640333B585543
Octal36216614406373510125103
Binary11110010111011011001000110011111011101100010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27664; }

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

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

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

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

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

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

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

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