#F17982

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

Shades of Froly #F17982

Tints of Froly #F17982

Color information

#F17982 (or 0xF17982) is unknown color: approx Froly. HEX triplet: F1, 79 and 82. RGB value is (241,121,130). Sum of RGB (Red+Green+Blue) = 241+121+130=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F17982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17982 is #0E867D. Grayscale: #9D9D9D. Windows color (decimal): -951934 or 8550897. OLE color: 8550897.

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

Color convert

RGB241121130-
CMYK00.500.460.05
HSL355.5º81.08%70.98%-
HSV(B)355.5º49.79%94.51%-
XYZ47.1433.9925.19-
YUV157.91112.26187.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=48.98%
G=24.59%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112113000.500.460.05355.581.0870.98
HexF179820322E51645147
Octal361171202062565544121107
Binary11110001111100110000010011001010111010110110010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17982; }

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

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

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

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

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

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

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

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