#F473E4

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

Shades of Pale Magenta #F473E4

Tints of Pale Magenta #F473E4

Color information

#F473E4 (or 0xF473E4) is unknown color: approx Pale Magenta. HEX triplet: F4, 73 and E4. RGB value is (244,115,228). Sum of RGB (Red+Green+Blue) = 244+115+228=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F473E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473E4 is #0B8C1B. Grayscale: #A6A6A6. Windows color (decimal): -756764 or 14971892. OLE color: 14971892.

HSL color Cylindrical-coordinate representation of color #F473E4: hue angle of 307.44º degrees, saturation: 0.85, 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 #F473E4 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB244115228-
CMYK00.530.070.04
HSL307.44º85.43%70.39%-
HSV(B)307.44º52.87%95.69%-
XYZ57.4437.177.53-
YUV166.45162.74183.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 115 (45.31% from 255) = 19.59%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=41.57%
G=19.59%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411522800.530.070.04307.4485.4370.39
HexF473E4035741335546
Octal36416334406574463125106
Binary11110100111001111100100011010111110010011001110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F473E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F473E4; }

 p { color: rgb(244,115,228); }

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

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

 a { background-color: rgb(244,115,228); }

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

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

 span { border-color: rgb(244,115,228); }

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