Html Css Color HEX #F113DA Hot Magenta

📋 copy color: '#F113DA'

red 241 ◦ green 19 ◦ blue 218

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

Shades of Hot Magenta #F113DA

Tints of Hot Magenta #F113DA

RGB

 RED value IS 241 (94.53% from 255) = 50.42%

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 50.42%
G = 3.97%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F113DA (or 0xF113DA) is known color: Hot Magenta. HEX triplet: F1, 13 and DA. RGB value is (241,19,218). Sum of RGB (Red+Green+Blue) = 241+19+218=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F113DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113DA is #0EEC25. Grayscale: #6B6B6B. Windows color (decimal): -977958 or 14291953. OLE color: 14291953.

HSL color Cylindrical-coordinate representation of color #F113DA: hue angle of 306.22º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113DA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 218 -
CMYK 0 0.92 0.10 0.05
HSL 306.22º 0.89% 0.51% -
HSV(B) 306.22º 0.92% 0.95% -
XYZ 49.16 24.23 68.42 -
YUV 108.06 190.05 222.82 -
System Red Green Blue C M Y K H S L
Decimal 241 19 218 0 0.92 0.10 0.05 306.22 0.89 0.51
Hex F1 13 DA 0 5C A 5 132 59 33
Octal 361 23 332 0 134 12 5 462 131 63
Binary 11110001 10011 11011010 0 1011100 1010 101 100110010 1011001 110011

Color Harmonies of #F113DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113DA

Black with #F113DA

Text Example


Text Example

White with #F113DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113DA; }

 p { color: rgb(241,19,218); }

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

background-color css

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

 a { background-color: rgb(241,19,218); }

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

border-color css

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

 span { border-color: rgb(241,19,218); }

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