#F1717F

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

Shades of Froly #F1717F

Tints of Froly #F1717F

Color information

#F1717F (or 0xF1717F) is unknown color: approx Froly. HEX triplet: F1, 71 and 7F. RGB value is (241,113,127). Sum of RGB (Red+Green+Blue) = 241+113+127=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1717F is #0E8E80. Grayscale: #989898. Windows color (decimal): -953985 or 8352241. OLE color: 8352241.

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

Color convert

RGB241113127-
CMYK00.530.470.05
HSL353.44º82.05%69.41%-
HSV(B)353.44º53.11%94.51%-
XYZ46.0132.0423.84-
YUV152.87113.41190.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 127 (50% from 255) = 26.40%
R=50.10%
G=23.49%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111312700.530.470.05353.4482.0569.41
HexF1717F0352F51615245
Octal361161177065575541122105
Binary1111000111100011111111011010110111110110110000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1717F; }

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

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

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

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

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

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

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

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