Html Css Color HEX #F990F1 Pale Magenta

📋 copy color: '#F990F1'

red 249 ◦ green 144 ◦ blue 241

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

Shades of Pale Magenta #F990F1

Tints of Pale Magenta #F990F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 39.27%
G = 22.71%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F990F1 (or 0xF990F1) is known color: Pale Magenta. HEX triplet: F9, 90 and F1. RGB value is (249,144,241). Sum of RGB (Red+Green+Blue) = 249+144+241=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 144 (56.64% from 255 or 22.71% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F990F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990F1 is #066F0E. Grayscale: #BABABA. Windows color (decimal): -421647 or 15831289. OLE color: 15831289.

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

Color convert

RGB 249 144 241 -
CMYK 0 0.42 0.03 0.02
HSL 304.57º 0.9% 0.77% -
HSV(B) 304.57º 0.42% 0.98% -
XYZ 64.92 46.44 88.76 -
YUV 186.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 249 144 241 0 0.42 0.03 0.02 304.57 0.9 0.77
Hex F9 90 F1 0 2A 3 2 131 5A 4D
Octal 371 220 361 0 52 3 2 461 132 115
Binary 11111001 10010000 11110001 0 101010 11 10 100110001 1011010 1001101

Color Harmonies of #F990F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990F1

Black with #F990F1

Text Example


Text Example

White with #F990F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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