#f972da

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

Shades of Pale Magenta #F972DA

Tints of Pale Magenta #F972DA

Color information

#F972DA (or 0xF972DA) is unknown color: approx Pale Magenta. HEX triplet: F9, 72 and DA. RGB value is (249,114,218). Sum of RGB (Red+Green+Blue) = 249+114+218=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F972DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972DA is #068D25. Grayscale: #A5A5A5. Windows color (decimal): -429350 or 14316281. OLE color: 14316281.

HSL color Cylindrical-coordinate representation of color #F972DA: hue angle of 313.78º 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 #F972DA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249114218-
CMYK00.540.120.02
HSL313.78º91.84%71.18%-
HSV(B)313.78º54.22%97.65%-
XYZ57.7437.2470.47-
YUV166.22157.23187.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 19.62%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=42.86%
G=19.62%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911421800.540.120.02313.7891.8471.18
HexF972DA036C213a5c47
Octal371162332066142472134107
Binary11111001111001011011010011011011001010011101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f972da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f972da; }

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

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

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

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

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

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

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

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