Html Css Color HEX #F913E0 Hot Magenta

📋 copy color: '#F913E0'

red 249 ◦ green 19 ◦ blue 224

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

Shades of Hot Magenta #F913E0

Tints of Hot Magenta #F913E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 50.61%
G = 3.86%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F913E0 (or 0xF913E0) is known color: Hot Magenta. HEX triplet: F9, 13 and E0. RGB value is (249,19,224). Sum of RGB (Red+Green+Blue) = 249+19+224=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F913E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F913E0 is #06EC1F. Grayscale: #6E6E6E. Windows color (decimal): -453664 or 14685177. OLE color: 14685177.

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

Color convert

RGB 249 19 224 -
CMYK 0 0.92 0.10 0.02
HSL 306.52º 0.95% 0.53% -
HSV(B) 306.52º 0.92% 0.98% -
XYZ 52.75 25.99 72.76 -
YUV 111.14 191.7 226.33 -
System Red Green Blue C M Y K H S L
Decimal 249 19 224 0 0.92 0.10 0.02 306.52 0.95 0.53
Hex F9 13 E0 0 5C A 2 133 5F 35
Octal 371 23 340 0 134 12 2 463 137 65
Binary 11111001 10011 11100000 0 1011100 1010 10 100110011 1011111 110101

Color Harmonies of #F913E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F913E0

Black with #F913E0

Text Example


Text Example

White with #F913E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F913E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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