Html Css Color HEX #FB08DB Hot Magenta

📋 copy color: '#FB08DB'

red 251 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #FB08DB

Tints of Hot Magenta #FB08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.67%

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

R = 52.51%
G = 1.67%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB08DB (or 0xFB08DB) is known color: Hot Magenta. HEX triplet: FB, 08 and DB. RGB value is (251,8,219). Sum of RGB (Red+Green+Blue) = 251+8+219=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB08DB is #04F724. Grayscale: #686868. Windows color (decimal): -325413 or 14354683. OLE color: 14354683.

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

Color convert

RGB 251 8 219 -
CMYK 0 0.97 0.13 0.02
HSL 307.9º 0.97% 0.51% -
HSV(B) 307.9º 0.97% 0.98% -
XYZ 52.66 25.8 69.22 -
YUV 104.71 192.51 232.34 -
System Red Green Blue C M Y K H S L
Decimal 251 8 219 0 0.97 0.13 0.02 307.9 0.97 0.51
Hex FB 8 DB 0 61 D 2 134 61 33
Octal 373 10 333 0 141 15 2 464 141 63
Binary 11111011 1000 11011011 0 1100001 1101 10 100110100 1100001 110011

Color Harmonies of #FB08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB08DB

Black with #FB08DB

Text Example


Text Example

White with #FB08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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