Html Css Color HEX #F10DD3 Hot Magenta

📋 copy color: '#F10DD3'

red 241 ◦ green 13 ◦ blue 211

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

Shades of Hot Magenta #F10DD3

Tints of Hot Magenta #F10DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.38%

R = 51.83%
G = 2.8%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F10DD3 (or 0xF10DD3) is known color: Hot Magenta. HEX triplet: F1, 0D and D3. RGB value is (241,13,211). Sum of RGB (Red+Green+Blue) = 241+13+211=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DD3 is #0EF22C. Grayscale: #676767. Windows color (decimal): -979501 or 13831665. OLE color: 13831665.

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

Color convert

RGB 241 13 211 -
CMYK 0 0.95 0.12 0.05
HSL 307.89º 0.9% 0.5% -
HSV(B) 307.89º 0.95% 0.95% -
XYZ 48.18 23.69 63.66 -
YUV 103.74 188.54 225.9 -
System Red Green Blue C M Y K H S L
Decimal 241 13 211 0 0.95 0.12 0.05 307.89 0.9 0.5
Hex F1 D D3 0 5F C 5 134 5A 32
Octal 361 15 323 0 137 14 5 464 132 62
Binary 11110001 1101 11010011 0 1011111 1100 101 100110100 1011010 110010

Color Harmonies of #F10DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DD3

Black with #F10DD3

Text Example


Text Example

White with #F10DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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