#F17780

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

Shades of Froly #F17780

Tints of Froly #F17780

Color information

#F17780 (or 0xF17780) is unknown color: approx Froly. HEX triplet: F1, 77 and 80. RGB value is (241,119,128). Sum of RGB (Red+Green+Blue) = 241+119+128=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F17780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17780 is #0E887F. Grayscale: #9C9C9C. Windows color (decimal): -952448 or 8419313. OLE color: 8419313.

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

Color convert

RGB241119128-
CMYK00.510.470.05
HSL355.57º81.33%70.59%-
HSV(B)355.57º50.62%94.51%-
XYZ46.7733.4524.41-
YUV156.5111.92188.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=49.39%
G=24.39%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111912800.510.470.05355.5781.3370.59
HexF177800332F51645147
Octal361167200063575544121107
Binary11110001111011110000000011001110111110110110010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17780; }

 p { color: rgb(241,119,128); }

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

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

 a { background-color: rgb(241,119,128); }

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

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

 span { border-color: rgb(241,119,128); }

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