Html Css Color HEX #F988DE Pale Magenta

📋 copy color: '#F988DE'

red 249 ◦ green 136 ◦ blue 222

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

Shades of Pale Magenta #F988DE

Tints of Pale Magenta #F988DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.57%

R = 41.02%
G = 22.41%
B = 36.57%

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

#F988DE (or 0xF988DE) is known color: Pale Magenta. HEX triplet: F9, 88 and DE. RGB value is (249,136,222). Sum of RGB (Red+Green+Blue) = 249+136+222=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F988DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988DE is #067721. Grayscale: #B3B3B3. Windows color (decimal): -423714 or 14584057. OLE color: 14584057.

HSL color Cylindrical-coordinate representation of color #F988DE: hue angle of 314.34º 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 #F988DE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 136 222 -
CMYK 0 0.45 0.11 0.02
HSL 314.34º 0.9% 0.75% -
HSV(B) 314.34º 0.45% 0.98% -
XYZ 61.06 43.02 74.19 -
YUV 179.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 249 136 222 0 0.45 0.11 0.02 314.34 0.9 0.75
Hex F9 88 DE 0 2D B 2 13A 5A 4B
Octal 371 210 336 0 55 13 2 472 132 113
Binary 11111001 10001000 11011110 0 101101 1011 10 100111010 1011010 1001011

Color Harmonies of #F988DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988DE

Black with #F988DE

Text Example


Text Example

White with #F988DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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