#F17F80

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

Shades of Froly #F17F80

Tints of Froly #F17F80

Color information

#F17F80 (or 0xF17F80) is unknown color: approx Froly. HEX triplet: F1, 7F and 80. RGB value is (241,127,128). Sum of RGB (Red+Green+Blue) = 241+127+128=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F80 is #0E807F. Grayscale: #A1A1A1. Windows color (decimal): -950400 or 8421361. OLE color: 8421361.

HSL color Cylindrical-coordinate representation of color #F17F80: hue angle of 359.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17F80 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB241127128-
CMYK00.470.470.05
HSL359.47º80.28%72.16%-
HSV(B)359.47º47.3%94.51%-
XYZ47.7635.4424.75-
YUV161.2109.27184.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=48.59%
G=25.60%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112712800.470.470.05359.4780.2872.16
HexF17F8002F2F51675048
Octal361177200057575547120110
Binary11110001111111110000000010111110111110110110011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F80; }

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

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

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

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

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

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

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

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