Html Css Color HEX #FB0ADD Hot Magenta

📋 copy color: '#FB0ADD'

red 251 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #FB0ADD

Tints of Hot Magenta #FB0ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 52.07%
G = 2.07%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB0ADD (or 0xFB0ADD) is known color: Hot Magenta. HEX triplet: FB, 0A and DD. RGB value is (251,10,221). Sum of RGB (Red+Green+Blue) = 251+10+221=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ADD is #04F522. Grayscale: #696969. Windows color (decimal): -324899 or 14486267. OLE color: 14486267.

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

Color convert

RGB 251 10 221 -
CMYK 0 0.96 0.12 0.02
HSL 307.47º 0.97% 0.51% -
HSV(B) 307.47º 0.96% 0.98% -
XYZ 52.94 25.95 70.62 -
YUV 106.11 192.84 231.34 -
System Red Green Blue C M Y K H S L
Decimal 251 10 221 0 0.96 0.12 0.02 307.47 0.97 0.51
Hex FB A DD 0 60 C 2 133 61 33
Octal 373 12 335 0 140 14 2 463 141 63
Binary 11111011 1010 11011101 0 1100000 1100 10 100110011 1100001 110011

Color Harmonies of #FB0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0ADD

Black with #FB0ADD

Text Example


Text Example

White with #FB0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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