Html Css Color HEX #FB0976 Deep Pink

📋 copy color: '#FB0976'

red 251 ◦ green 9 ◦ blue 118

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

Shades of Deep Pink #FB0976

Tints of Deep Pink #FB0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.38%

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

R = 66.4%
G = 2.38%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0976 (or 0xFB0976) is known color: Deep Pink. HEX triplet: FB, 09 and 76. RGB value is (251,9,118). Sum of RGB (Red+Green+Blue) = 251+9+118=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0976 is #04F689. Grayscale: #5D5D5D. Windows color (decimal): -325258 or 7735803. OLE color: 7735803.

HSL color Cylindrical-coordinate representation of color #FB0976: hue angle of 332.98º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0976 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 9 118 -
CMYK 0 0.96 0.53 0.02
HSL 332.98º 0.97% 0.51% -
HSV(B) 332.98º 0.96% 0.98% -
XYZ 43.15 22.01 19.11 -
YUV 93.78 141.67 240.14 -
System Red Green Blue C M Y K H S L
Decimal 251 9 118 0 0.96 0.53 0.02 332.98 0.97 0.51
Hex FB 9 76 0 60 35 2 14D 61 33
Octal 373 11 166 0 140 65 2 515 141 63
Binary 11111011 1001 1110110 0 1100000 110101 10 101001101 1100001 110011

Color Harmonies of #FB0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0976

Black with #FB0976

Text Example


Text Example

White with #FB0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0976; }

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

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

background-color css

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

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

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

border-color css

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

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

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