#F4727E

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

Shades of Froly #F4727E

Tints of Froly #F4727E

Color information

#F4727E (or 0xF4727E) is unknown color: approx Froly. HEX triplet: F4, 72 and 7E. RGB value is (244,114,126). Sum of RGB (Red+Green+Blue) = 244+114+126=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4727E is #0B8D81. Grayscale: #9A9A9A. Windows color (decimal): -757122 or 8286964. OLE color: 8286964.

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

Color convert

RGB244114126-
CMYK00.530.480.04
HSL354.46º85.53%70.2%-
HSV(B)354.46º53.28%95.69%-
XYZ47.0932.7723.58-
YUV154.24112.07192.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.41%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=50.41%
G=23.55%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411412600.530.480.04354.4685.5370.2
HexF4727E0353041625646
Octal364162176065604542126106
Binary1111010011100101111110011010111000010010110001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4727E; }

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

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

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

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

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

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

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

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