Html Css Color HEX #FB0779 Deep Pink

📋 copy color: '#FB0779'

red 251 ◦ green 7 ◦ blue 121

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

Shades of Deep Pink #FB0779

Tints of Deep Pink #FB0779

RGB

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

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

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

R = 66.23%
G = 1.85%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB0779 (or 0xFB0779) is known color: Deep Pink. HEX triplet: FB, 07 and 79. RGB value is (251,7,121). Sum of RGB (Red+Green+Blue) = 251+7+121=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0779 is #04F886. Grayscale: #5C5C5C. Windows color (decimal): -325767 or 7931899. OLE color: 7931899.

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

Color convert

RGB 251 7 121 -
CMYK 0 0.97 0.52 0.02
HSL 331.97º 0.97% 0.51% -
HSV(B) 331.97º 0.97% 0.98% -
XYZ 43.31 22.04 20.06 -
YUV 92.95 143.84 240.73 -
System Red Green Blue C M Y K H S L
Decimal 251 7 121 0 0.97 0.52 0.02 331.97 0.97 0.51
Hex FB 7 79 0 61 34 2 14C 61 33
Octal 373 7 171 0 141 64 2 514 141 63
Binary 11111011 111 1111001 0 1100001 110100 10 101001100 1100001 110011

Color Harmonies of #FB0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0779

Black with #FB0779

Text Example


Text Example

White with #FB0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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