Html Css Color HEX #F10ACE Hot Magenta

📋 copy color: '#F10ACE'

red 241 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #F10ACE

Tints of Hot Magenta #F10ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 52.74%
G = 2.19%
B = 45.08%

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

#F10ACE (or 0xF10ACE) is known color: Hot Magenta. HEX triplet: F1, 0A and CE. RGB value is (241,10,206). Sum of RGB (Red+Green+Blue) = 241+10+206=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ACE is #0EF531. Grayscale: #646464. Windows color (decimal): -980274 or 13503217. OLE color: 13503217.

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

Color convert

RGB 241 10 206 -
CMYK 0 0.96 0.15 0.05
HSL 309.09º 0.92% 0.49% -
HSV(B) 309.09º 0.96% 0.95% -
XYZ 47.52 23.37 60.4 -
YUV 101.41 187.03 227.56 -
System Red Green Blue C M Y K H S L
Decimal 241 10 206 0 0.96 0.15 0.05 309.09 0.92 0.49
Hex F1 A CE 0 60 F 5 135 5C 31
Octal 361 12 316 0 140 17 5 465 134 61
Binary 11110001 1010 11001110 0 1100000 1111 101 100110101 1011100 110001

Color Harmonies of #F10ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10ACE

Black with #F10ACE

Text Example


Text Example

White with #F10ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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