Html Css Color HEX #F970DA Pale Magenta

📋 copy color: '#F970DA'

red 249 ◦ green 112 ◦ blue 218

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

Shades of Pale Magenta #F970DA

Tints of Pale Magenta #F970DA

RGB

 RED value IS 249 (97.66% from 255) = 43.01%

 GREEN value IS 112 (44.14% from 255) = 19.34%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 43.01%
G = 19.34%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F970DA (or 0xF970DA) is known color: Pale Magenta. HEX triplet: F9, 70 and DA. RGB value is (249,112,218). Sum of RGB (Red+Green+Blue) = 249+112+218=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F970DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970DA is #068F25. Grayscale: #A4A4A4. Windows color (decimal): -429862 or 14315769. OLE color: 14315769.

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

Color convert

RGB 249 112 218 -
CMYK 0 0.55 0.12 0.02
HSL 313.58º 0.92% 0.71% -
HSV(B) 313.58º 0.55% 0.98% -
XYZ 57.52 36.79 70.4 -
YUV 165.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 249 112 218 0 0.55 0.12 0.02 313.58 0.92 0.71
Hex F9 70 DA 0 37 C 2 13A 5C 47
Octal 371 160 332 0 67 14 2 472 134 107
Binary 11111001 1110000 11011010 0 110111 1100 10 100111010 1011100 1000111

Color Harmonies of #F970DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970DA

Black with #F970DA

Text Example


Text Example

White with #F970DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970DA; }

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

 H1.HeaderClassName
 {
   color: #F970DA;
 }
 .AnyTagClassName
 {
   color: #F970DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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