#F1757F

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

Shades of Froly #F1757F

Tints of Froly #F1757F

Color information

#F1757F (or 0xF1757F) is unknown color: approx Froly. HEX triplet: F1, 75 and 7F. RGB value is (241,117,127). Sum of RGB (Red+Green+Blue) = 241+117+127=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1757F is #0E8A80. Grayscale: #9B9B9B. Windows color (decimal): -952961 or 8353265. OLE color: 8353265.

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

Color convert

RGB241117127-
CMYK00.510.470.05
HSL355.16º81.58%70.2%-
HSV(B)355.16º51.45%94.51%-
XYZ46.4732.9623.99-
YUV155.22112.08189.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 127 (50% from 255) = 26.19%
R=49.69%
G=24.12%
B=26.19%

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
Decimal24111712700.510.470.05355.1681.5870.2
HexF1757F0332F51635246
Octal361165177063575543122106
Binary1111000111101011111111011001110111110110110001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1757F; }

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

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

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

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

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

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

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

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