Html Css Color HEX #FB0796 Deep Pink

📋 copy color: '#FB0796'

red 251 ◦ green 7 ◦ blue 150

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

Shades of Deep Pink #FB0796

Tints of Deep Pink #FB0796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 61.52%
G = 1.72%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB0796 (or 0xFB0796) is known color: Deep Pink. HEX triplet: FB, 07 and 96. RGB value is (251,7,150). Sum of RGB (Red+Green+Blue) = 251+7+150=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0796 is #04F869. Grayscale: #5F5F5F. Windows color (decimal): -325738 or 9832443. OLE color: 9832443.

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

Color convert

RGB 251 7 150 -
CMYK 0 0.97 0.40 0.02
HSL 324.84º 0.97% 0.51% -
HSV(B) 324.84º 0.97% 0.98% -
XYZ 45.36 22.86 30.88 -
YUV 96.26 158.34 238.37 -
System Red Green Blue C M Y K H S L
Decimal 251 7 150 0 0.97 0.40 0.02 324.84 0.97 0.51
Hex FB 7 96 0 61 28 2 145 61 33
Octal 373 7 226 0 141 50 2 505 141 63
Binary 11111011 111 10010110 0 1100001 101000 10 101000101 1100001 110011

Color Harmonies of #FB0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0796

Black with #FB0796

Text Example


Text Example

White with #FB0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0796; }

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

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

background-color css

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

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

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

border-color css

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

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

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