Html Css Color HEX #FB0ADB Hot Magenta

📋 copy color: '#FB0ADB'

red 251 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #FB0ADB

Tints of Hot Magenta #FB0ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 52.29%
G = 2.08%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB0ADB (or 0xFB0ADB) is known color: Hot Magenta. HEX triplet: FB, 0A and DB. RGB value is (251,10,219). Sum of RGB (Red+Green+Blue) = 251+10+219=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ADB is #04F524. Grayscale: #696969. Windows color (decimal): -324901 or 14355195. OLE color: 14355195.

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

Color convert

RGB 251 10 219 -
CMYK 0 0.96 0.13 0.02
HSL 307.97º 0.97% 0.51% -
HSV(B) 307.97º 0.96% 0.98% -
XYZ 52.68 25.84 69.23 -
YUV 105.89 191.84 231.51 -
System Red Green Blue C M Y K H S L
Decimal 251 10 219 0 0.96 0.13 0.02 307.97 0.97 0.51
Hex FB A DB 0 60 D 2 134 61 33
Octal 373 12 333 0 140 15 2 464 141 63
Binary 11111011 1010 11011011 0 1100000 1101 10 100110100 1100001 110011

Color Harmonies of #FB0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0ADB

Black with #FB0ADB

Text Example


Text Example

White with #FB0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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