Html Css Color HEX #F919E2 Hot Magenta

📋 copy color: '#F919E2'

red 249 ◦ green 25 ◦ blue 226

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

Shades of Hot Magenta #F919E2

Tints of Hot Magenta #F919E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.2%

R = 49.8%
G = 5%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F919E2 (or 0xF919E2) is known color: Hot Magenta. HEX triplet: F9, 19 and E2. RGB value is (249,25,226). Sum of RGB (Red+Green+Blue) = 249+25+226=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 25 (10.16% from 255 or 5% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F919E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919E2 is #06E61D. Grayscale: #727272. Windows color (decimal): -452126 or 14817785. OLE color: 14817785.

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

Color convert

RGB 249 25 226 -
CMYK 0 0.90 0.09 0.02
HSL 306.16º 0.95% 0.54% -
HSV(B) 306.16º 0.9% 0.98% -
XYZ 53.14 26.33 74.23 -
YUV 114.89 190.71 223.66 -
System Red Green Blue C M Y K H S L
Decimal 249 25 226 0 0.90 0.09 0.02 306.16 0.95 0.54
Hex F9 19 E2 0 5A 9 2 132 5F 36
Octal 371 31 342 0 132 11 2 462 137 66
Binary 11111001 11001 11100010 0 1011010 1001 10 100110010 1011111 110110

Color Harmonies of #F919E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919E2

Black with #F919E2

Text Example


Text Example

White with #F919E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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