Html Css Color HEX #F112D6 Hot Magenta

📋 copy color: '#F112D6'

red 241 ◦ green 18 ◦ blue 214

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

Shades of Hot Magenta #F112D6

Tints of Hot Magenta #F112D6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.81%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 50.95%
G = 3.81%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F112D6 (or 0xF112D6) is known color: Hot Magenta. HEX triplet: F1, 12 and D6. RGB value is (241,18,214). Sum of RGB (Red+Green+Blue) = 241+18+214=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F112D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112D6 is #0EED29. Grayscale: #6A6A6A. Windows color (decimal): -978218 or 14029553. OLE color: 14029553.

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

Color convert

RGB 241 18 214 -
CMYK 0 0.93 0.11 0.05
HSL 307.26º 0.89% 0.51% -
HSV(B) 307.26º 0.93% 0.95% -
XYZ 48.63 23.99 65.69 -
YUV 107.02 188.38 223.56 -
System Red Green Blue C M Y K H S L
Decimal 241 18 214 0 0.93 0.11 0.05 307.26 0.89 0.51
Hex F1 12 D6 0 5D B 5 133 59 33
Octal 361 22 326 0 135 13 5 463 131 63
Binary 11110001 10010 11010110 0 1011101 1011 101 100110011 1011001 110011

Color Harmonies of #F112D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112D6

Black with #F112D6

Text Example


Text Example

White with #F112D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112D6; }

 p { color: rgb(241,18,214); }

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

background-color css

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

 a { background-color: rgb(241,18,214); }

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

border-color css

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

 span { border-color: rgb(241,18,214); }

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