Html Css Color HEX #F991E7 Pale Magenta

📋 copy color: '#F991E7'

red 249 ◦ green 145 ◦ blue 231

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

Shades of Pale Magenta #F991E7

Tints of Pale Magenta #F991E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.96%

R = 39.84%
G = 23.2%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F991E7 (or 0xF991E7) is known color: Pale Magenta. HEX triplet: F9, 91 and E7. RGB value is (249,145,231). Sum of RGB (Red+Green+Blue) = 249+145+231=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F991E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991E7 is #066E18. Grayscale: #B9B9B9. Windows color (decimal): -421401 or 15176185. OLE color: 15176185.

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

Color convert

RGB 249 145 231 -
CMYK 0 0.42 0.07 0.02
HSL 310.38º 0.9% 0.77% -
HSV(B) 310.38º 0.42% 0.98% -
XYZ 63.62 46.16 81.16 -
YUV 185.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 249 145 231 0 0.42 0.07 0.02 310.38 0.9 0.77
Hex F9 91 E7 0 2A 7 2 136 5A 4D
Octal 371 221 347 0 52 7 2 466 132 115
Binary 11111001 10010001 11100111 0 101010 111 10 100110110 1011010 1001101

Color Harmonies of #F991E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991E7

Black with #F991E7

Text Example


Text Example

White with #F991E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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