Html Css Color HEX #F991F0 Pale Magenta

📋 copy color: '#F991F0'

red 249 ◦ green 145 ◦ blue 240

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

Shades of Pale Magenta #F991F0

Tints of Pale Magenta #F991F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 39.27%
G = 22.87%
B = 37.85%

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

#F991F0 (or 0xF991F0) is known color: Pale Magenta. HEX triplet: F9, 91 and F0. RGB value is (249,145,240). Sum of RGB (Red+Green+Blue) = 249+145+240=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 145 (57.03% from 255 or 22.87% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F991F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991F0 is #066E0F. Grayscale: #BABABA. Windows color (decimal): -421392 or 15766009. OLE color: 15766009.

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

Color convert

RGB 249 145 240 -
CMYK 0 0.42 0.04 0.02
HSL 305.19º 0.9% 0.77% -
HSV(B) 305.19º 0.42% 0.98% -
XYZ 64.92 46.68 88.03 -
YUV 186.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 249 145 240 0 0.42 0.04 0.02 305.19 0.9 0.77
Hex F9 91 F0 0 2A 4 2 131 5A 4D
Octal 371 221 360 0 52 4 2 461 132 115
Binary 11111001 10010001 11110000 0 101010 100 10 100110001 1011010 1001101

Color Harmonies of #F991F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991F0

Black with #F991F0

Text Example


Text Example

White with #F991F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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