Html Css Color HEX #FB0979 Deep Pink

📋 copy color: '#FB0979'

red 251 ◦ green 9 ◦ blue 121

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

Shades of Deep Pink #FB0979

Tints of Deep Pink #FB0979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 65.88%
G = 2.36%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB0979 (or 0xFB0979) is known color: Deep Pink. HEX triplet: FB, 09 and 79. RGB value is (251,9,121). Sum of RGB (Red+Green+Blue) = 251+9+121=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0979 is #04F686. Grayscale: #5D5D5D. Windows color (decimal): -325255 or 7932411. OLE color: 7932411.

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

Color convert

RGB 251 9 121 -
CMYK 0 0.96 0.52 0.02
HSL 332.23º 0.97% 0.51% -
HSV(B) 332.23º 0.96% 0.98% -
XYZ 43.33 22.09 20.07 -
YUV 94.13 143.17 239.89 -
System Red Green Blue C M Y K H S L
Decimal 251 9 121 0 0.96 0.52 0.02 332.23 0.97 0.51
Hex FB 9 79 0 60 34 2 14C 61 33
Octal 373 11 171 0 140 64 2 514 141 63
Binary 11111011 1001 1111001 0 1100000 110100 10 101001100 1100001 110011

Color Harmonies of #FB0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0979

Black with #FB0979

Text Example


Text Example

White with #FB0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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