Html Css Color HEX #FA0ACE Hot Magenta

📋 copy color: '#FA0ACE'

red 250 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #FA0ACE

Tints of Hot Magenta #FA0ACE

RGB

 RED value IS 250 (98.05% from 255) = 53.65%

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

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

R = 53.65%
G = 2.15%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA0ACE (or 0xFA0ACE) is known color: Hot Magenta. HEX triplet: FA, 0A and CE. RGB value is (250,10,206). Sum of RGB (Red+Green+Blue) = 250+10+206=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ACE is #05F531. Grayscale: #676767. Windows color (decimal): -390450 or 13503226. OLE color: 13503226.

HSL color Cylindrical-coordinate representation of color #FA0ACE: hue angle of 311º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0ACE is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 10 206 -
CMYK 0 0.96 0.18 0.02
HSL 311º 0.96% 0.51% -
HSV(B) 311º 0.96% 0.98% -
XYZ 50.67 25 60.55 -
YUV 104.1 185.51 232.06 -
System Red Green Blue C M Y K H S L
Decimal 250 10 206 0 0.96 0.18 0.02 311 0.96 0.51
Hex FA A CE 0 60 12 2 137 60 33
Octal 372 12 316 0 140 22 2 467 140 63
Binary 11111010 1010 11001110 0 1100000 10010 10 100110111 1100000 110011

Color Harmonies of #FA0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0ACE

Black with #FA0ACE

Text Example


Text Example

White with #FA0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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