#F17682

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

Shades of Froly #F17682

Tints of Froly #F17682

Color information

#F17682 (or 0xF17682) is unknown color: approx Froly. HEX triplet: F1, 76 and 82. RGB value is (241,118,130). Sum of RGB (Red+Green+Blue) = 241+118+130=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F17682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17682 is #0E897D. Grayscale: #9C9C9C. Windows color (decimal): -952702 or 8550129. OLE color: 8550129.

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

Color convert

RGB241118130-
CMYK00.510.460.05
HSL354.15º81.46%70.39%-
HSV(B)354.15º51.04%94.51%-
XYZ46.7833.2725.07-
YUV156.14113.25188.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=49.28%
G=24.13%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111813000.510.460.05354.1581.4670.39
HexF176820332E51625146
Octal361166202063565542121106
Binary11110001111011010000010011001110111010110110001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17682; }

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

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

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

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

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

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

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

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