#F473DE

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

Shades of Pale Magenta #F473DE

Tints of Pale Magenta #F473DE

Color information

#F473DE (or 0xF473DE) is unknown color: approx Pale Magenta. HEX triplet: F4, 73 and DE. RGB value is (244,115,222). Sum of RGB (Red+Green+Blue) = 244+115+222=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F473DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473DE is #0B8C21. Grayscale: #A5A5A5. Windows color (decimal): -756770 or 14578676. OLE color: 14578676.

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

Color convert

RGB244115222-
CMYK00.530.090.04
HSL310.23º85.43%70.39%-
HSV(B)310.23º52.87%95.69%-
XYZ56.6236.7773.22-
YUV165.77159.74183.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 115 (45.31% from 255) = 19.79%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=42.00%
G=19.79%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411522200.530.090.04310.2385.4370.39
HexF473DE035941365546
Octal364163336065114466125106
Binary111101001110011110111100110101100110010011011010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F473DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F473DE; }

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

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

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

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

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

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

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

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