Html Css Color HEX #FB0579 Deep Pink

📋 copy color: '#FB0579'

red 251 ◦ green 5 ◦ blue 121

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

Shades of Deep Pink #FB0579

Tints of Deep Pink #FB0579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 66.58%
G = 1.33%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB0579 (or 0xFB0579) is known color: Deep Pink. HEX triplet: FB, 05 and 79. RGB value is (251,5,121). Sum of RGB (Red+Green+Blue) = 251+5+121=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0579 is #04FA86. Grayscale: #5B5B5B. Windows color (decimal): -326279 or 7931387. OLE color: 7931387.

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

Color convert

RGB 251 5 121 -
CMYK 0 0.98 0.52 0.02
HSL 331.71º 0.97% 0.5% -
HSV(B) 331.71º 0.98% 0.98% -
XYZ 43.29 22 20.05 -
YUV 91.78 144.5 241.57 -
System Red Green Blue C M Y K H S L
Decimal 251 5 121 0 0.98 0.52 0.02 331.71 0.97 0.5
Hex FB 5 79 0 62 34 2 14C 61 32
Octal 373 5 171 0 142 64 2 514 141 62
Binary 11111011 101 1111001 0 1100010 110100 10 101001100 1100001 110010

Color Harmonies of #FB0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0579

Black with #FB0579

Text Example


Text Example

White with #FB0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0579; }

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

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

background-color css

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

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

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

border-color css

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

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

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