Html Css Color HEX #F919E1 Hot Magenta

📋 copy color: '#F919E1'

red 249 ◦ green 25 ◦ blue 225

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

Shades of Hot Magenta #F919E1

Tints of Hot Magenta #F919E1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.01%

 BLUE value IS 225 (88.28% from 255) = 45.09%

R = 49.9%
G = 5.01%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F919E1 (or 0xF919E1) is known color: Hot Magenta. HEX triplet: F9, 19 and E1. RGB value is (249,25,225). Sum of RGB (Red+Green+Blue) = 249+25+225=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F919E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919E1 is #06E61E. Grayscale: #727272. Windows color (decimal): -452127 or 14752249. OLE color: 14752249.

HSL color Cylindrical-coordinate representation of color #F919E1: hue angle of 306.43º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919E1 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 225 -
CMYK 0 0.90 0.10 0.02
HSL 306.43º 0.95% 0.54% -
HSV(B) 306.43º 0.9% 0.98% -
XYZ 53.01 26.27 73.51 -
YUV 114.78 190.21 223.74 -
System Red Green Blue C M Y K H S L
Decimal 249 25 225 0 0.90 0.10 0.02 306.43 0.95 0.54
Hex F9 19 E1 0 5A A 2 132 5F 36
Octal 371 31 341 0 132 12 2 462 137 66
Binary 11111001 11001 11100001 0 1011010 1010 10 100110010 1011111 110110

Color Harmonies of #F919E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919E1

Black with #F919E1

Text Example


Text Example

White with #F919E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919E1; }

 p { color: rgb(249,25,225); }

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

background-color css

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

 a { background-color: rgb(249,25,225); }

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

border-color css

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

 span { border-color: rgb(249,25,225); }

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