Html Css Color HEX #F990DD Pale Magenta

📋 copy color: '#F990DD'

red 249 ◦ green 144 ◦ blue 221

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

Shades of Pale Magenta #F990DD

Tints of Pale Magenta #F990DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.45%

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

R = 40.55%
G = 23.45%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F990DD (or 0xF990DD) is known color: Pale Magenta. HEX triplet: F9, 90 and DD. RGB value is (249,144,221). Sum of RGB (Red+Green+Blue) = 249+144+221=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F990DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990DD is #066F22. Grayscale: #B7B7B7. Windows color (decimal): -421667 or 14520569. OLE color: 14520569.

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

Color convert

RGB 249 144 221 -
CMYK 0 0.42 0.11 0.02
HSL 316º 0.9% 0.77% -
HSV(B) 316º 0.42% 0.98% -
XYZ 62.09 45.31 73.88 -
YUV 184.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 249 144 221 0 0.42 0.11 0.02 316 0.9 0.77
Hex F9 90 DD 0 2A B 2 13C 5A 4D
Octal 371 220 335 0 52 13 2 474 132 115
Binary 11111001 10010000 11011101 0 101010 1011 10 100111100 1011010 1001101

Color Harmonies of #F990DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990DD

Black with #F990DD

Text Example


Text Example

White with #F990DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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