Html Css Color HEX #F111D5 Hot Magenta

📋 copy color: '#F111D5'

red 241 ◦ green 17 ◦ blue 213

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

Shades of Hot Magenta #F111D5

Tints of Hot Magenta #F111D5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.61%

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 51.17%
G = 3.61%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F111D5 (or 0xF111D5) is known color: Hot Magenta. HEX triplet: F1, 11 and D5. RGB value is (241,17,213). Sum of RGB (Red+Green+Blue) = 241+17+213=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F111D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111D5 is #0EEE2A. Grayscale: #696969. Windows color (decimal): -978475 or 13963761. OLE color: 13963761.

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

Color convert

RGB 241 17 213 -
CMYK 0 0.93 0.12 0.05
HSL 307.5º 0.89% 0.51% -
HSV(B) 307.5º 0.93% 0.95% -
XYZ 48.49 23.91 65.01 -
YUV 106.32 188.21 224.06 -
System Red Green Blue C M Y K H S L
Decimal 241 17 213 0 0.93 0.12 0.05 307.5 0.89 0.51
Hex F1 11 D5 0 5D C 5 134 59 33
Octal 361 21 325 0 135 14 5 464 131 63
Binary 11110001 10001 11010101 0 1011101 1100 101 100110100 1011001 110011

Color Harmonies of #F111D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111D5

Black with #F111D5

Text Example


Text Example

White with #F111D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111D5; }

 p { color: rgb(241,17,213); }

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

background-color css

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

 a { background-color: rgb(241,17,213); }

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

border-color css

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

 span { border-color: rgb(241,17,213); }

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