#F972E0

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

Shades of Pale Magenta #F972E0

Tints of Pale Magenta #F972E0

Color information

#F972E0 (or 0xF972E0) is unknown color: approx Pale Magenta. HEX triplet: F9, 72 and E0. RGB value is (249,114,224). Sum of RGB (Red+Green+Blue) = 249+114+224=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F972E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972E0 is #068D1F. Grayscale: #A6A6A6. Windows color (decimal): -429344 or 14709497. OLE color: 14709497.

HSL color Cylindrical-coordinate representation of color #F972E0: hue angle of 311.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972E0 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB249114224-
CMYK00.540.100.02
HSL311.11º91.84%71.18%-
HSV(B)311.11º54.22%97.65%-
XYZ58.5437.5674.68-
YUV166.9160.23186.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 114 (44.92% from 255) = 19.42%
BLUE value IS 224 (87.89% from 255) = 38.16%
R=42.42%
G=19.42%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911422400.540.100.02311.1191.8471.18
HexF972E0036A21375c47
Octal371162340066122467134107
Binary11111001111001011100000011011010101010011011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972E0; }

 p { color: rgb(249,114,224); }

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

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

 a { background-color: rgb(249,114,224); }

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

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

 span { border-color: rgb(249,114,224); }

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