Html Css Color HEX #F00ACE Hot Magenta

📋 copy color: '#F00ACE'

red 240 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #F00ACE

Tints of Hot Magenta #F00ACE

RGB

 RED value IS 240 (94.14% from 255) = 52.63%

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

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

R = 52.63%
G = 2.19%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F00ACE (or 0xF00ACE) is known color: Hot Magenta. HEX triplet: F0, 0A and CE. RGB value is (240,10,206). Sum of RGB (Red+Green+Blue) = 240+10+206=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ACE is #0FF531. Grayscale: #646464. Windows color (decimal): -1045810 or 13503216. OLE color: 13503216.

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

Color convert

RGB 240 10 206 -
CMYK 0 0.96 0.14 0.06
HSL 308.87º 0.92% 0.49% -
HSV(B) 308.87º 0.96% 0.94% -
XYZ 47.18 23.2 60.38 -
YUV 101.11 187.2 227.06 -
System Red Green Blue C M Y K H S L
Decimal 240 10 206 0 0.96 0.14 0.06 308.87 0.92 0.49
Hex F0 A CE 0 60 E 6 135 5C 31
Octal 360 12 316 0 140 16 6 465 134 61
Binary 11110000 1010 11001110 0 1100000 1110 110 100110101 1011100 110001

Color Harmonies of #F00ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ACE

Black with #F00ACE

Text Example


Text Example

White with #F00ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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