Html Css Color HEX #F972DA Pale Magenta

📋 copy color: '#F972DA'

red 249 ◦ green 114 ◦ blue 218

#F972DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F972DA

Tints of Pale Magenta #F972DA

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 value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F972DA (or 0xF972DA) is known color: 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

RGB 249 114 218 -
CMYK 0 0.54 0.12 0.02
HSL 313.78º 0.92% 0.71% -
HSV(B) 313.78º 0.54% 0.98% -
XYZ 57.74 37.24 70.47 -
YUV 166.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 249 114 218 0 0.54 0.12 0.02 313.78 0.92 0.71
Hex F9 72 DA 0 36 C 2 13A 5C 47
Octal 371 162 332 0 66 14 2 472 134 107
Binary 11111001 1110010 11011010 0 110110 1100 10 100111010 1011100 1000111

Color Harmonies of #F972DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972DA

Black with #F972DA

Text Example


Text Example

White with #F972DA

Text Example


Text Example

HTML Codes & Css Web 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>