Html Css Color HEX #F111DD Hot Magenta

📋 copy color: '#F111DD'

red 241 ◦ green 17 ◦ blue 221

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

Shades of Hot Magenta #F111DD

Tints of Hot Magenta #F111DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 50.31%
G = 3.55%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F111DD (or 0xF111DD) is known color: Hot Magenta. HEX triplet: F1, 11 and DD. RGB value is (241,17,221). Sum of RGB (Red+Green+Blue) = 241+17+221=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F111DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111DD is #0EEE22. Grayscale: #6A6A6A. Windows color (decimal): -978467 or 14488049. OLE color: 14488049.

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

Color convert

RGB 241 17 221 -
CMYK 0 0.93 0.08 0.05
HSL 305.36º 0.89% 0.51% -
HSV(B) 305.36º 0.93% 0.95% -
XYZ 49.53 24.32 70.49 -
YUV 107.23 192.21 223.41 -
System Red Green Blue C M Y K H S L
Decimal 241 17 221 0 0.93 0.08 0.05 305.36 0.89 0.51
Hex F1 11 DD 0 5D 8 5 131 59 33
Octal 361 21 335 0 135 10 5 461 131 63
Binary 11110001 10001 11011101 0 1011101 1000 101 100110001 1011001 110011

Color Harmonies of #F111DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111DD

Black with #F111DD

Text Example


Text Example

White with #F111DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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