Html Css Color HEX #FB0ACE Hot Magenta

📋 copy color: '#FB0ACE'

red 251 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #FB0ACE

Tints of Hot Magenta #FB0ACE

RGB

 RED value IS 251 (98.44% from 255) = 53.75%

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

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

R = 53.75%
G = 2.14%
B = 44.11%

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

#FB0ACE (or 0xFB0ACE) is known color: Hot Magenta. HEX triplet: FB, 0A and CE. RGB value is (251,10,206). Sum of RGB (Red+Green+Blue) = 251+10+206=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ACE is #04F531. Grayscale: #676767. Windows color (decimal): -324914 or 13503227. OLE color: 13503227.

HSL color Cylindrical-coordinate representation of color #FB0ACE: hue angle of 311.2º degrees, saturation: 0.97, 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 #FB0ACE is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 10 206 -
CMYK 0 0.96 0.18 0.02
HSL 311.2º 0.97% 0.51% -
HSV(B) 311.2º 0.96% 0.98% -
XYZ 51.03 25.18 60.56 -
YUV 104.4 185.34 232.56 -
System Red Green Blue C M Y K H S L
Decimal 251 10 206 0 0.96 0.18 0.02 311.2 0.97 0.51
Hex FB A CE 0 60 12 2 137 61 33
Octal 373 12 316 0 140 22 2 467 141 63
Binary 11111011 1010 11001110 0 1100000 10010 10 100110111 1100001 110011

Color Harmonies of #FB0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0ACE

Black with #FB0ACE

Text Example


Text Example

White with #FB0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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