Html Css Color HEX #FB0FDB Hot Magenta

📋 copy color: '#FB0FDB'

red 251 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #FB0FDB

Tints of Hot Magenta #FB0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

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

R = 51.75%
G = 3.09%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB0FDB (or 0xFB0FDB) is known color: Hot Magenta. HEX triplet: FB, 0F and DB. RGB value is (251,15,219). Sum of RGB (Red+Green+Blue) = 251+15+219=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FDB is #04F024. Grayscale: #6C6C6C. Windows color (decimal): -323621 or 14356475. OLE color: 14356475.

HSL color Cylindrical-coordinate representation of color #FB0FDB: hue angle of 308.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FDB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 15 219 -
CMYK 0 0.94 0.13 0.02
HSL 308.14º 0.97% 0.52% -
HSV(B) 308.14º 0.94% 0.98% -
XYZ 52.74 25.97 69.25 -
YUV 108.82 190.19 229.41 -
System Red Green Blue C M Y K H S L
Decimal 251 15 219 0 0.94 0.13 0.02 308.14 0.97 0.52
Hex FB F DB 0 5E D 2 134 61 34
Octal 373 17 333 0 136 15 2 464 141 64
Binary 11111011 1111 11011011 0 1011110 1101 10 100110100 1100001 110100

Color Harmonies of #FB0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0FDB

Black with #FB0FDB

Text Example


Text Example

White with #FB0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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