#F27778

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

Shades of Froly #F27778

Tints of Froly #F27778

Color information

#F27778 (or 0xF27778) is unknown color: approx Froly. HEX triplet: F2, 77 and 78. RGB value is (242,119,120). Sum of RGB (Red+Green+Blue) = 242+119+120=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F27778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27778 is #0D8887. Grayscale: #9C9C9C. Windows color (decimal): -886920 or 7895026. OLE color: 7895026.

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

Color convert

RGB242119120-
CMYK00.510.500.05
HSL359.51º82.55%70.78%-
HSV(B)359.51º50.83%94.9%-
XYZ46.633.4321.76-
YUV155.89107.75189.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=50.31%
G=24.74%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211912000.510.500.05359.5182.5570.78
HexF277780333251685347
Octal362167170063625550123107
Binary1111001011101111111000011001111001010110110100010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27778; }

 p { color: rgb(242,119,120); }

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

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

 a { background-color: rgb(242,119,120); }

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

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

 span { border-color: rgb(242,119,120); }

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