Html Css Color HEX #F104DC Hot Magenta

📋 copy color: '#F104DC'

red 241 ◦ green 4 ◦ blue 220

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

Shades of Hot Magenta #F104DC

Tints of Hot Magenta #F104DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 51.83%
G = 0.86%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F104DC (or 0xF104DC) is known color: Hot Magenta. HEX triplet: F1, 04 and DC. RGB value is (241,4,220). Sum of RGB (Red+Green+Blue) = 241+4+220=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F104DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104DC is #0EFB23. Grayscale: #626262. Windows color (decimal): -981796 or 14419185. OLE color: 14419185.

HSL color Cylindrical-coordinate representation of color #F104DC: hue angle of 305.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F104DC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 4 220 -
CMYK 0 0.98 0.09 0.05
HSL 305.32º 0.97% 0.48% -
HSV(B) 305.32º 0.98% 0.95% -
XYZ 49.24 23.95 69.74 -
YUV 99.49 196.02 228.94 -
System Red Green Blue C M Y K H S L
Decimal 241 4 220 0 0.98 0.09 0.05 305.32 0.97 0.48
Hex F1 4 DC 0 62 9 5 131 61 30
Octal 361 4 334 0 142 11 5 461 141 60
Binary 11110001 100 11011100 0 1100010 1001 101 100110001 1100001 110000

Color Harmonies of #F104DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F104DC

Black with #F104DC

Text Example


Text Example

White with #F104DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F104DC; }

 p { color: rgb(241,4,220); }

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

background-color css

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

 a { background-color: rgb(241,4,220); }

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

border-color css

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

 span { border-color: rgb(241,4,220); }

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