Html Css Color HEX #F97ADD Pale Magenta

📋 copy color: '#F97ADD'

red 249 ◦ green 122 ◦ blue 221

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

Shades of Pale Magenta #F97ADD

Tints of Pale Magenta #F97ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.61%

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 42.06%
G = 20.61%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F97ADD (or 0xF97ADD) is known color: Pale Magenta. HEX triplet: F9, 7A and DD. RGB value is (249,122,221). Sum of RGB (Red+Green+Blue) = 249+122+221=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ADD is #068522. Grayscale: #AAAAAA. Windows color (decimal): -427299 or 14514937. OLE color: 14514937.

HSL color Cylindrical-coordinate representation of color #F97ADD: hue angle of 313.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97ADD is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 122 221 -
CMYK 0 0.51 0.11 0.02
HSL 313.23º 0.91% 0.73% -
HSV(B) 313.23º 0.51% 0.98% -
XYZ 59.08 39.28 72.87 -
YUV 171.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 249 122 221 0 0.51 0.11 0.02 313.23 0.91 0.73
Hex F9 7A DD 0 33 B 2 139 5B 49
Octal 371 172 335 0 63 13 2 471 133 111
Binary 11111001 1111010 11011101 0 110011 1011 10 100111001 1011011 1001001

Color Harmonies of #F97ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97ADD

Black with #F97ADD

Text Example


Text Example

White with #F97ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97ADD; }

 p { color: rgb(249,122,221); }

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

background-color css

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

 a { background-color: rgb(249,122,221); }

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

border-color css

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

 span { border-color: rgb(249,122,221); }

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