Html Css Color HEX #FB0788 Deep Pink

📋 copy color: '#FB0788'

red 251 ◦ green 7 ◦ blue 136

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

Shades of Deep Pink #FB0788

Tints of Deep Pink #FB0788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 63.71%
G = 1.78%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FB0788 (or 0xFB0788) is known color: Deep Pink. HEX triplet: FB, 07 and 88. RGB value is (251,7,136). Sum of RGB (Red+Green+Blue) = 251+7+136=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0788 is #04F877. Grayscale: #5E5E5E. Windows color (decimal): -325752 or 8914939. OLE color: 8914939.

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

Color convert

RGB 251 7 136 -
CMYK 0 0.97 0.46 0.02
HSL 328.28º 0.97% 0.51% -
HSV(B) 328.28º 0.97% 0.98% -
XYZ 44.3 22.44 25.29 -
YUV 94.66 151.34 239.51 -
System Red Green Blue C M Y K H S L
Decimal 251 7 136 0 0.97 0.46 0.02 328.28 0.97 0.51
Hex FB 7 88 0 61 2E 2 148 61 33
Octal 373 7 210 0 141 56 2 510 141 63
Binary 11111011 111 10001000 0 1100001 101110 10 101001000 1100001 110011

Color Harmonies of #FB0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0788

Black with #FB0788

Text Example


Text Example

White with #FB0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0788; }

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

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

background-color css

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

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

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

border-color css

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

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

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