Html Css Color HEX #F10DDD Hot Magenta

📋 copy color: '#F10DDD'

red 241 ◦ green 13 ◦ blue 221

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

Shades of Hot Magenta #F10DDD

Tints of Hot Magenta #F10DDD

RGB

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

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

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

R = 50.74%
G = 2.74%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F10DDD (or 0xF10DDD) is known color: Hot Magenta. HEX triplet: F1, 0D and DD. RGB value is (241,13,221). Sum of RGB (Red+Green+Blue) = 241+13+221=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DDD is #0EF222. Grayscale: #686868. Windows color (decimal): -979491 or 14487025. OLE color: 14487025.

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

Color convert

RGB 241 13 221 -
CMYK 0 0.95 0.08 0.05
HSL 305.26º 0.9% 0.5% -
HSV(B) 305.26º 0.95% 0.95% -
XYZ 49.47 24.21 70.47 -
YUV 104.88 193.54 225.09 -
System Red Green Blue C M Y K H S L
Decimal 241 13 221 0 0.95 0.08 0.05 305.26 0.9 0.5
Hex F1 D DD 0 5F 8 5 131 5A 32
Octal 361 15 335 0 137 10 5 461 132 62
Binary 11110001 1101 11011101 0 1011111 1000 101 100110001 1011010 110010

Color Harmonies of #F10DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DDD

Black with #F10DDD

Text Example


Text Example

White with #F10DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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