Html Css Color HEX #FB0ACD Hot Magenta

📋 copy color: '#FB0ACD'

red 251 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #FB0ACD

Tints of Hot Magenta #FB0ACD

RGB

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

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

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

R = 53.86%
G = 2.15%
B = 43.99%

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

#FB0ACD (or 0xFB0ACD) is known color: Hot Magenta. HEX triplet: FB, 0A and CD. RGB value is (251,10,205). Sum of RGB (Red+Green+Blue) = 251+10+205=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ACD is #04F532. Grayscale: #676767. Windows color (decimal): -324915 or 13437691. OLE color: 13437691.

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

Color convert

RGB 251 10 205 -
CMYK 0 0.96 0.18 0.02
HSL 311.45º 0.97% 0.51% -
HSV(B) 311.45º 0.96% 0.98% -
XYZ 50.91 25.13 59.93 -
YUV 104.29 184.84 232.64 -
System Red Green Blue C M Y K H S L
Decimal 251 10 205 0 0.96 0.18 0.02 311.45 0.97 0.51
Hex FB A CD 0 60 12 2 137 61 33
Octal 373 12 315 0 140 22 2 467 141 63
Binary 11111011 1010 11001101 0 1100000 10010 10 100110111 1100001 110011

Color Harmonies of #FB0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0ACD

Black with #FB0ACD

Text Example


Text Example

White with #FB0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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