Html Css Color HEX #FB07DB Hot Magenta

📋 copy color: '#FB07DB'

red 251 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #FB07DB

Tints of Hot Magenta #FB07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.47%

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

R = 52.62%
G = 1.47%
B = 45.91%

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

#FB07DB (or 0xFB07DB) is known color: Hot Magenta. HEX triplet: FB, 07 and DB. RGB value is (251,7,219). Sum of RGB (Red+Green+Blue) = 251+7+219=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07DB is #04F824. Grayscale: #676767. Windows color (decimal): -325669 or 14354427. OLE color: 14354427.

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

Color convert

RGB 251 7 219 -
CMYK 0 0.97 0.13 0.02
HSL 307.87º 0.97% 0.51% -
HSV(B) 307.87º 0.97% 0.98% -
XYZ 52.65 25.78 69.22 -
YUV 104.12 192.84 232.76 -
System Red Green Blue C M Y K H S L
Decimal 251 7 219 0 0.97 0.13 0.02 307.87 0.97 0.51
Hex FB 7 DB 0 61 D 2 134 61 33
Octal 373 7 333 0 141 15 2 464 141 63
Binary 11111011 111 11011011 0 1100001 1101 10 100110100 1100001 110011

Color Harmonies of #FB07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB07DB

Black with #FB07DB

Text Example


Text Example

White with #FB07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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