Html Css Color HEX #FB1079 Deep Pink

📋 copy color: '#FB1079'

red 251 ◦ green 16 ◦ blue 121

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

Shades of Deep Pink #FB1079

Tints of Deep Pink #FB1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 64.69%
G = 4.12%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB1079 (or 0xFB1079) is known color: Deep Pink. HEX triplet: FB, 10 and 79. RGB value is (251,16,121). Sum of RGB (Red+Green+Blue) = 251+16+121=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1079 is #04EF86. Grayscale: #626262. Windows color (decimal): -323463 or 7934203. OLE color: 7934203.

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

Color convert

RGB 251 16 121 -
CMYK 0 0.94 0.52 0.02
HSL 333.19º 0.97% 0.52% -
HSV(B) 333.19º 0.94% 0.98% -
XYZ 43.42 22.26 20.1 -
YUV 98.24 140.86 236.96 -
System Red Green Blue C M Y K H S L
Decimal 251 16 121 0 0.94 0.52 0.02 333.19 0.97 0.52
Hex FB 10 79 0 5E 34 2 14D 61 34
Octal 373 20 171 0 136 64 2 515 141 64
Binary 11111011 10000 1111001 0 1011110 110100 10 101001101 1100001 110100

Color Harmonies of #FB1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1079

Black with #FB1079

Text Example


Text Example

White with #FB1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1079; }

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

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

background-color css

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

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

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

border-color css

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

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

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