Html Css Color HEX #FB1976 Deep Pink

📋 copy color: '#FB1976'

red 251 ◦ green 25 ◦ blue 118

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

Shades of Deep Pink #FB1976

Tints of Deep Pink #FB1976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.35%

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

R = 63.71%
G = 6.35%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB1976 (or 0xFB1976) is known color: Deep Pink. HEX triplet: FB, 19 and 76. RGB value is (251,25,118). Sum of RGB (Red+Green+Blue) = 251+25+118=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1976 is #04E689. Grayscale: #676767. Windows color (decimal): -321162 or 7739899. OLE color: 7739899.

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

Color convert

RGB 251 25 118 -
CMYK 0 0.90 0.53 0.02
HSL 335.31º 0.97% 0.54% -
HSV(B) 335.31º 0.9% 0.98% -
XYZ 43.4 22.51 19.2 -
YUV 103.18 136.37 233.44 -
System Red Green Blue C M Y K H S L
Decimal 251 25 118 0 0.90 0.53 0.02 335.31 0.97 0.54
Hex FB 19 76 0 5A 35 2 14F 61 36
Octal 373 31 166 0 132 65 2 517 141 66
Binary 11111011 11001 1110110 0 1011010 110101 10 101001111 1100001 110110

Color Harmonies of #FB1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1976

Black with #FB1976

Text Example


Text Example

White with #FB1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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