Html Css Color HEX #FB0776 Deep Pink

📋 copy color: '#FB0776'

red 251 ◦ green 7 ◦ blue 118

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

Shades of Deep Pink #FB0776

Tints of Deep Pink #FB0776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 66.76%
G = 1.86%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0776 (or 0xFB0776) is known color: Deep Pink. HEX triplet: FB, 07 and 76. RGB value is (251,7,118). Sum of RGB (Red+Green+Blue) = 251+7+118=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0776 is #04F889. Grayscale: #5C5C5C. Windows color (decimal): -325770 or 7735291. OLE color: 7735291.

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

Color convert

RGB 251 7 118 -
CMYK 0 0.97 0.53 0.02
HSL 332.7º 0.97% 0.51% -
HSV(B) 332.7º 0.97% 0.98% -
XYZ 43.13 21.97 19.11 -
YUV 92.61 142.34 240.97 -
System Red Green Blue C M Y K H S L
Decimal 251 7 118 0 0.97 0.53 0.02 332.7 0.97 0.51
Hex FB 7 76 0 61 35 2 14D 61 33
Octal 373 7 166 0 141 65 2 515 141 63
Binary 11111011 111 1110110 0 1100001 110101 10 101001101 1100001 110011

Color Harmonies of #FB0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0776

Black with #FB0776

Text Example


Text Example

White with #FB0776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0776; }

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

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

background-color css

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

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

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

border-color css

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

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

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