Html Css Color HEX #FB0780 Deep Pink

📋 copy color: '#FB0780'

red 251 ◦ green 7 ◦ blue 128

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

Shades of Deep Pink #FB0780

Tints of Deep Pink #FB0780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 65.03%
G = 1.81%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB0780 (or 0xFB0780) is known color: Deep Pink. HEX triplet: FB, 07 and 80. RGB value is (251,7,128). Sum of RGB (Red+Green+Blue) = 251+7+128=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0780 is #04F87F. Grayscale: #5D5D5D. Windows color (decimal): -325760 or 8390651. OLE color: 8390651.

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

Color convert

RGB 251 7 128 -
CMYK 0 0.97 0.49 0.02
HSL 330.25º 0.97% 0.51% -
HSV(B) 330.25º 0.97% 0.98% -
XYZ 43.76 22.22 22.4 -
YUV 93.75 147.34 240.16 -
System Red Green Blue C M Y K H S L
Decimal 251 7 128 0 0.97 0.49 0.02 330.25 0.97 0.51
Hex FB 7 80 0 61 31 2 14A 61 33
Octal 373 7 200 0 141 61 2 512 141 63
Binary 11111011 111 10000000 0 1100001 110001 10 101001010 1100001 110011

Color Harmonies of #FB0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0780

Black with #FB0780

Text Example


Text Example

White with #FB0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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