Html Css Color HEX #F988DD Pale Magenta

📋 copy color: '#F988DD'

red 249 ◦ green 136 ◦ blue 221

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

Shades of Pale Magenta #F988DD

Tints of Pale Magenta #F988DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.44%

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

R = 41.09%
G = 22.44%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F988DD (or 0xF988DD) is known color: Pale Magenta. HEX triplet: F9, 88 and DD. RGB value is (249,136,221). Sum of RGB (Red+Green+Blue) = 249+136+221=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F988DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988DD is #067722. Grayscale: #B3B3B3. Windows color (decimal): -423715 or 14518521. OLE color: 14518521.

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

Color convert

RGB 249 136 221 -
CMYK 0 0.45 0.11 0.02
HSL 314.87º 0.9% 0.75% -
HSV(B) 314.87º 0.45% 0.98% -
XYZ 60.92 42.97 73.49 -
YUV 179.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 249 136 221 0 0.45 0.11 0.02 314.87 0.9 0.75
Hex F9 88 DD 0 2D B 2 13B 5A 4B
Octal 371 210 335 0 55 13 2 473 132 113
Binary 11111001 10001000 11011101 0 101101 1011 10 100111011 1011010 1001011

Color Harmonies of #F988DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988DD

Black with #F988DD

Text Example


Text Example

White with #F988DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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