#F27479

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

Shades of Froly #F27479

Tints of Froly #F27479

Color information

#F27479 (or 0xF27479) is unknown color: approx Froly. HEX triplet: F2, 74 and 79. RGB value is (242,116,121). Sum of RGB (Red+Green+Blue) = 242+116+121=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F27479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27479 is #0D8B86. Grayscale: #9A9A9A. Windows color (decimal): -887687 or 7959794. OLE color: 7959794.

HSL color Cylindrical-coordinate representation of color #F27479: hue angle of 357.62º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27479 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242116121-
CMYK00.520.500.05
HSL357.62º82.89%70.2%-
HSV(B)357.62º52.07%94.9%-
XYZ46.3132.7521.97-
YUV154.24109.24190.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.52%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=50.52%
G=24.22%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211612100.520.500.05357.6282.8970.2
HexF274790343251665346
Octal362164171064625546123106
Binary1111001011101001111001011010011001010110110011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27479; }

 p { color: rgb(242,116,121); }

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

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

 a { background-color: rgb(242,116,121); }

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

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

 span { border-color: rgb(242,116,121); }

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