#F1707F

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

Shades of Froly #F1707F

Tints of Froly #F1707F

Color information

#F1707F (or 0xF1707F) is unknown color: approx Froly. HEX triplet: F1, 70 and 7F. RGB value is (241,112,127). Sum of RGB (Red+Green+Blue) = 241+112+127=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707F is #0E8F80. Grayscale: #989898. Windows color (decimal): -954241 or 8351985. OLE color: 8351985.

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

Color convert

RGB241112127-
CMYK00.540.470.05
HSL353.02º82.17%69.22%-
HSV(B)353.02º53.53%94.51%-
XYZ45.931.8223.8-
YUV152.28113.74191.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.21%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 127 (50% from 255) = 26.46%
R=50.21%
G=23.33%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111212700.540.470.05353.0282.1769.22
HexF1707F0362F51615245
Octal361160177066575541122105
Binary1111000111100001111111011011010111110110110000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1707F; }

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

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

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

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

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

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

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

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