Html Css Color HEX #F913DF Hot Magenta

📋 copy color: '#F913DF'

red 249 ◦ green 19 ◦ blue 223

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

Shades of Hot Magenta #F913DF

Tints of Hot Magenta #F913DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 50.71%
G = 3.87%
B = 45.42%

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

#F913DF (or 0xF913DF) is known color: Hot Magenta. HEX triplet: F9, 13 and DF. RGB value is (249,19,223). Sum of RGB (Red+Green+Blue) = 249+19+223=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 19 (7.81% from 255 or 3.87% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F913DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F913DF is #06EC20. Grayscale: #6E6E6E. Windows color (decimal): -453665 or 14619641. OLE color: 14619641.

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

Color convert

RGB 249 19 223 -
CMYK 0 0.92 0.10 0.02
HSL 306.78º 0.95% 0.53% -
HSV(B) 306.78º 0.92% 0.98% -
XYZ 52.62 25.93 72.04 -
YUV 111.03 191.2 226.41 -
System Red Green Blue C M Y K H S L
Decimal 249 19 223 0 0.92 0.10 0.02 306.78 0.95 0.53
Hex F9 13 DF 0 5C A 2 133 5F 35
Octal 371 23 337 0 134 12 2 463 137 65
Binary 11111001 10011 11011111 0 1011100 1010 10 100110011 1011111 110101

Color Harmonies of #F913DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F913DF

Black with #F913DF

Text Example


Text Example

White with #F913DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F913DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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