#F1717E

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

Shades of Froly #F1717E

Tints of Froly #F1717E

Color information

#F1717E (or 0xF1717E) is unknown color: approx Froly. HEX triplet: F1, 71 and 7E. RGB value is (241,113,126). Sum of RGB (Red+Green+Blue) = 241+113+126=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1717E is #0E8E81. Grayscale: #989898. Windows color (decimal): -953986 or 8286705. OLE color: 8286705.

HSL color Cylindrical-coordinate representation of color #F1717E: hue angle of 353.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1717E is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241113126-
CMYK00.530.480.05
HSL353.91º82.05%69.41%-
HSV(B)353.91º53.11%94.51%-
XYZ45.9532.0223.5-
YUV152.75112.91190.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.21%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=50.21%
G=23.54%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111312600.530.480.05353.9182.0569.41
HexF1717E0353051625245
Octal361161176065605542122105
Binary1111000111100011111110011010111000010110110001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1717E; }

 p { color: rgb(241,113,126); }

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

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

 a { background-color: rgb(241,113,126); }

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

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

 span { border-color: rgb(241,113,126); }

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