Html Css Color HEX #F987DD Pale Magenta

📋 copy color: '#F987DD'

red 249 ◦ green 135 ◦ blue 221

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

Shades of Pale Magenta #F987DD

Tints of Pale Magenta #F987DD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.31%

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

R = 41.16%
G = 22.31%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F987DD (or 0xF987DD) is known color: Pale Magenta. HEX triplet: F9, 87 and DD. RGB value is (249,135,221). Sum of RGB (Red+Green+Blue) = 249+135+221=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F987DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987DD is #067822. Grayscale: #B2B2B2. Windows color (decimal): -423971 or 14518265. OLE color: 14518265.

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

Color convert

RGB 249 135 221 -
CMYK 0 0.46 0.11 0.02
HSL 314.74º 0.9% 0.75% -
HSV(B) 314.74º 0.46% 0.98% -
XYZ 60.78 42.69 73.44 -
YUV 178.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 249 135 221 0 0.46 0.11 0.02 314.74 0.9 0.75
Hex F9 87 DD 0 2E B 2 13B 5A 4B
Octal 371 207 335 0 56 13 2 473 132 113
Binary 11111001 10000111 11011101 0 101110 1011 10 100111011 1011010 1001011

Color Harmonies of #F987DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F987DD

Black with #F987DD

Text Example


Text Example

White with #F987DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F987DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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