#F17F82

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

Shades of Froly #F17F82

Tints of Froly #F17F82

Color information

#F17F82 (or 0xF17F82) is unknown color: approx Froly. HEX triplet: F1, 7F and 82. RGB value is (241,127,130). Sum of RGB (Red+Green+Blue) = 241+127+130=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F82 is #0E807D. Grayscale: #A1A1A1. Windows color (decimal): -950398 or 8552433. OLE color: 8552433.

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

Color convert

RGB241127130-
CMYK00.470.460.05
HSL358.42º80.28%72.16%-
HSV(B)358.42º47.3%94.51%-
XYZ47.8935.4925.45-
YUV161.43110.27184.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=48.39%
G=25.50%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112713000.470.460.05358.4280.2872.16
HexF17F8202F2E51665048
Octal361177202057565546120110
Binary11110001111111110000010010111110111010110110011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F82; }

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

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

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

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

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

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

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

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