Html Css Color HEX #F989DC Pale Magenta

📋 copy color: '#F989DC'

red 249 ◦ green 137 ◦ blue 220

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

Shades of Pale Magenta #F989DC

Tints of Pale Magenta #F989DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.61%

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 41.09%
G = 22.61%
B = 36.3%

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

#F989DC (or 0xF989DC) is known color: Pale Magenta. HEX triplet: F9, 89 and DC. RGB value is (249,137,220). Sum of RGB (Red+Green+Blue) = 249+137+220=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F989DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989DC is #067623. Grayscale: #B3B3B3. Windows color (decimal): -423460 or 14453241. OLE color: 14453241.

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

Color convert

RGB 249 137 220 -
CMYK 0 0.45 0.12 0.02
HSL 315.54º 0.9% 0.76% -
HSV(B) 315.54º 0.45% 0.98% -
XYZ 60.93 43.2 72.84 -
YUV 179.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 249 137 220 0 0.45 0.12 0.02 315.54 0.9 0.76
Hex F9 89 DC 0 2D C 2 13C 5A 4C
Octal 371 211 334 0 55 14 2 474 132 114
Binary 11111001 10001001 11011100 0 101101 1100 10 100111100 1011010 1001100

Color Harmonies of #F989DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F989DC

Black with #F989DC

Text Example


Text Example

White with #F989DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F989DC; }

 p { color: rgb(249,137,220); }

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

background-color css

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

 a { background-color: rgb(249,137,220); }

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

border-color css

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

 span { border-color: rgb(249,137,220); }

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