Html Css Color HEX #F988DA Pale Magenta

📋 copy color: '#F988DA'

red 249 ◦ green 136 ◦ blue 218

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

Shades of Pale Magenta #F988DA

Tints of Pale Magenta #F988DA

RGB

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

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

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

R = 41.29%
G = 22.55%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F988DA (or 0xF988DA) is known color: Pale Magenta. HEX triplet: F9, 88 and DA. RGB value is (249,136,218). Sum of RGB (Red+Green+Blue) = 249+136+218=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F988DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988DA is #067725. Grayscale: #B2B2B2. Windows color (decimal): -423718 or 14321913. OLE color: 14321913.

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

Color convert

RGB 249 136 218 -
CMYK 0 0.45 0.12 0.02
HSL 316.46º 0.9% 0.75% -
HSV(B) 316.46º 0.45% 0.98% -
XYZ 60.53 42.81 71.4 -
YUV 179.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 249 136 218 0 0.45 0.12 0.02 316.46 0.9 0.75
Hex F9 88 DA 0 2D C 2 13C 5A 4B
Octal 371 210 332 0 55 14 2 474 132 113
Binary 11111001 10001000 11011010 0 101101 1100 10 100111100 1011010 1001011

Color Harmonies of #F988DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988DA

Black with #F988DA

Text Example


Text Example

White with #F988DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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