Html Css Color HEX #F10ACD Hot Magenta

📋 copy color: '#F10ACD'

red 241 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #F10ACD

Tints of Hot Magenta #F10ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.19%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 52.85%
G = 2.19%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F10ACD (or 0xF10ACD) is known color: Hot Magenta. HEX triplet: F1, 0A and CD. RGB value is (241,10,205). Sum of RGB (Red+Green+Blue) = 241+10+205=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ACD is #0EF532. Grayscale: #646464. Windows color (decimal): -980275 or 13437681. OLE color: 13437681.

HSL color Cylindrical-coordinate representation of color #F10ACD: hue angle of 309.35º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10ACD is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 10 205 -
CMYK 0 0.96 0.15 0.05
HSL 309.35º 0.92% 0.49% -
HSV(B) 309.35º 0.96% 0.95% -
XYZ 47.4 23.33 59.76 -
YUV 101.3 186.53 227.64 -
System Red Green Blue C M Y K H S L
Decimal 241 10 205 0 0.96 0.15 0.05 309.35 0.92 0.49
Hex F1 A CD 0 60 F 5 135 5C 31
Octal 361 12 315 0 140 17 5 465 134 61
Binary 11110001 1010 11001101 0 1100000 1111 101 100110101 1011100 110001

Color Harmonies of #F10ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10ACD

Black with #F10ACD

Text Example


Text Example

White with #F10ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10ACD; }

 p { color: rgb(241,10,205); }

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

background-color css

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

 a { background-color: rgb(241,10,205); }

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

border-color css

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

 span { border-color: rgb(241,10,205); }

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