Html Css Color HEX #F114DD Hot Magenta

📋 copy color: '#F114DD'

red 241 ◦ green 20 ◦ blue 221

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

Shades of Hot Magenta #F114DD

Tints of Hot Magenta #F114DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.15%

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

R = 50%
G = 4.15%
B = 45.85%

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

#F114DD (or 0xF114DD) is known color: Hot Magenta. HEX triplet: F1, 14 and DD. RGB value is (241,20,221). Sum of RGB (Red+Green+Blue) = 241+20+221=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F114DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114DD is #0EEB22. Grayscale: #6C6C6C. Windows color (decimal): -977699 or 14488817. OLE color: 14488817.

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

Color convert

RGB 241 20 221 -
CMYK 0 0.92 0.08 0.05
HSL 305.43º 0.89% 0.51% -
HSV(B) 305.43º 0.92% 0.95% -
XYZ 49.58 24.42 70.51 -
YUV 108.99 191.22 222.16 -
System Red Green Blue C M Y K H S L
Decimal 241 20 221 0 0.92 0.08 0.05 305.43 0.89 0.51
Hex F1 14 DD 0 5C 8 5 131 59 33
Octal 361 24 335 0 134 10 5 461 131 63
Binary 11110001 10100 11011101 0 1011100 1000 101 100110001 1011001 110011

Color Harmonies of #F114DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114DD

Black with #F114DD

Text Example


Text Example

White with #F114DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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