Html Css Color HEX #F113DE Hot Magenta

📋 copy color: '#F113DE'

red 241 ◦ green 19 ◦ blue 222

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

Shades of Hot Magenta #F113DE

Tints of Hot Magenta #F113DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 50%
G = 3.94%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F113DE (or 0xF113DE) is known color: Hot Magenta. HEX triplet: F1, 13 and DE. RGB value is (241,19,222). Sum of RGB (Red+Green+Blue) = 241+19+222=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F113DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113DE is #0EEC21. Grayscale: #6B6B6B. Windows color (decimal): -977954 or 14554097. OLE color: 14554097.

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

Color convert

RGB 241 19 222 -
CMYK 0 0.92 0.08 0.05
HSL 305.14º 0.89% 0.51% -
HSV(B) 305.14º 0.92% 0.95% -
XYZ 49.69 24.44 71.21 -
YUV 108.52 192.05 222.49 -
System Red Green Blue C M Y K H S L
Decimal 241 19 222 0 0.92 0.08 0.05 305.14 0.89 0.51
Hex F1 13 DE 0 5C 8 5 131 59 33
Octal 361 23 336 0 134 10 5 461 131 63
Binary 11110001 10011 11011110 0 1011100 1000 101 100110001 1011001 110011

Color Harmonies of #F113DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113DE

Black with #F113DE

Text Example


Text Example

White with #F113DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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