#f472e6

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

Shades of Pale Magenta #F472E6

Tints of Pale Magenta #F472E6

Color information

#F472E6 (or 0xF472E6) is unknown color: approx Pale Magenta. HEX triplet: F4, 72 and E6. RGB value is (244,114,230). Sum of RGB (Red+Green+Blue) = 244+114+230=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F472E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F472E6 is #0B8D19. Grayscale: #A5A5A5. Windows color (decimal): -757018 or 15102708. OLE color: 15102708.

HSL color Cylindrical-coordinate representation of color #F472E6: hue angle of 306.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 #F472E6 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244114230-
CMYK00.530.060.04
HSL306.46º85.53%70.2%-
HSV(B)306.46º53.28%95.69%-
XYZ57.6136.9878.96-
YUV166.09164.07183.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.50%
GREEN value IS 114 (44.92% from 255) = 19.39%
BLUE value IS 230 (90.23% from 255) = 39.12%
R=41.50%
G=19.39%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411423000.530.060.04306.4685.5370.2
HexF472E6035641325646
Octal36416234606564462126106
Binary11110100111001011100110011010111010010011001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f472e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f472e6; }

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

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

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

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

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

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

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

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