Html Css Color HEX #FB0880 Deep Pink

📋 copy color: '#FB0880'

red 251 ◦ green 8 ◦ blue 128

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

Shades of Deep Pink #FB0880

Tints of Deep Pink #FB0880

RGB

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

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

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

R = 64.86%
G = 2.07%
B = 33.07%

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

#FB0880 (or 0xFB0880) is known color: Deep Pink. HEX triplet: FB, 08 and 80. RGB value is (251,8,128). Sum of RGB (Red+Green+Blue) = 251+8+128=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0880 is #04F77F. Grayscale: #5E5E5E. Windows color (decimal): -325504 or 8390907. OLE color: 8390907.

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

Color convert

RGB 251 8 128 -
CMYK 0 0.97 0.49 0.02
HSL 330.37º 0.97% 0.51% -
HSV(B) 330.37º 0.97% 0.98% -
XYZ 43.77 22.24 22.41 -
YUV 94.34 147.01 239.74 -
System Red Green Blue C M Y K H S L
Decimal 251 8 128 0 0.97 0.49 0.02 330.37 0.97 0.51
Hex FB 8 80 0 61 31 2 14A 61 33
Octal 373 10 200 0 141 61 2 512 141 63
Binary 11111011 1000 10000000 0 1100001 110001 10 101001010 1100001 110011

Color Harmonies of #FB0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0880

Black with #FB0880

Text Example


Text Example

White with #FB0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0880; }

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

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

background-color css

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

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

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

border-color css

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

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

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