Html Css Color HEX #F913E2 Hot Magenta

📋 copy color: '#F913E2'

red 249 ◦ green 19 ◦ blue 226

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

Shades of Hot Magenta #F913E2

Tints of Hot Magenta #F913E2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.85%

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

R = 50.4%
G = 3.85%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F913E2 (or 0xF913E2) is known color: Hot Magenta. HEX triplet: F9, 13 and E2. RGB value is (249,19,226). Sum of RGB (Red+Green+Blue) = 249+19+226=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F913E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F913E2 is #06EC1D. Grayscale: #6E6E6E. Windows color (decimal): -453662 or 14816249. OLE color: 14816249.

HSL color Cylindrical-coordinate representation of color #F913E2: hue angle of 306º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F913E2 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 19 226 -
CMYK 0 0.92 0.09 0.02
HSL 306º 0.95% 0.53% -
HSV(B) 306º 0.92% 0.98% -
XYZ 53.03 26.1 74.19 -
YUV 111.37 192.7 226.17 -
System Red Green Blue C M Y K H S L
Decimal 249 19 226 0 0.92 0.09 0.02 306 0.95 0.53
Hex F9 13 E2 0 5C 9 2 132 5F 35
Octal 371 23 342 0 134 11 2 462 137 65
Binary 11111001 10011 11100010 0 1011100 1001 10 100110010 1011111 110101

Color Harmonies of #F913E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F913E2

Black with #F913E2

Text Example


Text Example

White with #F913E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F913E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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