Html Css Color HEX #F990EC Pale Magenta

📋 copy color: '#F990EC'

red 249 ◦ green 144 ◦ blue 236

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

Shades of Pale Magenta #F990EC

Tints of Pale Magenta #F990EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.89%

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 39.59%
G = 22.89%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F990EC (or 0xF990EC) is known color: Pale Magenta. HEX triplet: F9, 90 and EC. RGB value is (249,144,236). Sum of RGB (Red+Green+Blue) = 249+144+236=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F990EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990EC is #066F13. Grayscale: #B9B9B9. Windows color (decimal): -421652 or 15503609. OLE color: 15503609.

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

Color convert

RGB 249 144 236 -
CMYK 0 0.42 0.05 0.02
HSL 307.43º 0.9% 0.77% -
HSV(B) 307.43º 0.42% 0.98% -
XYZ 64.18 46.14 84.88 -
YUV 185.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 249 144 236 0 0.42 0.05 0.02 307.43 0.9 0.77
Hex F9 90 EC 0 2A 5 2 133 5A 4D
Octal 371 220 354 0 52 5 2 463 132 115
Binary 11111001 10010000 11101100 0 101010 101 10 100110011 1011010 1001101

Color Harmonies of #F990EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990EC

Black with #F990EC

Text Example


Text Example

White with #F990EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990EC; }

 p { color: rgb(249,144,236); }

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

background-color css

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

 a { background-color: rgb(249,144,236); }

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

border-color css

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

 span { border-color: rgb(249,144,236); }

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