Html Css Color HEX #F991EF Pale Magenta

📋 copy color: '#F991EF'

red 249 ◦ green 145 ◦ blue 239

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

Shades of Pale Magenta #F991EF

Tints of Pale Magenta #F991EF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.91%

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 39.34%
G = 22.91%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F991EF (or 0xF991EF) is known color: Pale Magenta. HEX triplet: F9, 91 and EF. RGB value is (249,145,239). Sum of RGB (Red+Green+Blue) = 249+145+239=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F991EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991EF is #066E10. Grayscale: #BABABA. Windows color (decimal): -421393 or 15700473. OLE color: 15700473.

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

Color convert

RGB 249 145 239 -
CMYK 0 0.42 0.04 0.02
HSL 305.77º 0.9% 0.77% -
HSV(B) 305.77º 0.42% 0.98% -
XYZ 64.77 46.62 87.25 -
YUV 186.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 249 145 239 0 0.42 0.04 0.02 305.77 0.9 0.77
Hex F9 91 EF 0 2A 4 2 132 5A 4D
Octal 371 221 357 0 52 4 2 462 132 115
Binary 11111001 10010001 11101111 0 101010 100 10 100110010 1011010 1001101

Color Harmonies of #F991EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991EF

Black with #F991EF

Text Example


Text Example

White with #F991EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991EF; }

 p { color: rgb(249,145,239); }

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

background-color css

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

 a { background-color: rgb(249,145,239); }

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

border-color css

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

 span { border-color: rgb(249,145,239); }

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