#F17680

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

Shades of Froly #F17680

Tints of Froly #F17680

Color information

#F17680 (or 0xF17680) is unknown color: approx Froly. HEX triplet: F1, 76 and 80. RGB value is (241,118,128). Sum of RGB (Red+Green+Blue) = 241+118+128=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F17680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17680 is #0E897F. Grayscale: #9C9C9C. Windows color (decimal): -952704 or 8419057. OLE color: 8419057.

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

Color convert

RGB241118128-
CMYK00.510.470.05
HSL355.12º81.46%70.39%-
HSV(B)355.12º51.04%94.51%-
XYZ46.6533.2224.37-
YUV155.92112.25188.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=49.49%
G=24.23%
B=26.28%

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
Decimal24111812800.510.470.05355.1281.4670.39
HexF176800332F51635146
Octal361166200063575543121106
Binary11110001111011010000000011001110111110110110001110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17680; }

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

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

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

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

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

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

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

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