Html Css Color HEX #F10DDC Hot Magenta

📋 copy color: '#F10DDC'

red 241 ◦ green 13 ◦ blue 220

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

Shades of Hot Magenta #F10DDC

Tints of Hot Magenta #F10DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

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

R = 50.84%
G = 2.74%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F10DDC (or 0xF10DDC) is known color: Hot Magenta. HEX triplet: F1, 0D and DC. RGB value is (241,13,220). Sum of RGB (Red+Green+Blue) = 241+13+220=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DDC is #0EF223. Grayscale: #686868. Windows color (decimal): -979492 or 14421489. OLE color: 14421489.

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

Color convert

RGB 241 13 220 -
CMYK 0 0.95 0.09 0.05
HSL 305.53º 0.9% 0.5% -
HSV(B) 305.53º 0.95% 0.95% -
XYZ 49.34 24.16 69.77 -
YUV 104.77 193.04 225.17 -
System Red Green Blue C M Y K H S L
Decimal 241 13 220 0 0.95 0.09 0.05 305.53 0.9 0.5
Hex F1 D DC 0 5F 9 5 132 5A 32
Octal 361 15 334 0 137 11 5 462 132 62
Binary 11110001 1101 11011100 0 1011111 1001 101 100110010 1011010 110010

Color Harmonies of #F10DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DDC

Black with #F10DDC

Text Example


Text Example

White with #F10DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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