#F4717E

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

Shades of Froly #F4717E

Tints of Froly #F4717E

Color information

#F4717E (or 0xF4717E) is unknown color: approx Froly. HEX triplet: F4, 71 and 7E. RGB value is (244,113,126). Sum of RGB (Red+Green+Blue) = 244+113+126=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4717E is #0B8E81. Grayscale: #999999. Windows color (decimal): -757378 or 8286708. OLE color: 8286708.

HSL color Cylindrical-coordinate representation of color #F4717E: hue angle of 354.05º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4717E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244113126-
CMYK00.540.480.04
HSL354.05º85.62%70%-
HSV(B)354.05º53.69%95.69%-
XYZ46.9832.5523.55-
YUV153.65112.4192.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=50.52%
G=23.40%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411312600.540.480.04354.0585.6270
HexF4717E0363041625646
Octal364161176066604542126106
Binary1111010011100011111110011011011000010010110001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4717E; }

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

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

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

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

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

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

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

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