Html Css Color HEX #FB1796 Deep Pink

📋 copy color: '#FB1796'

red 251 ◦ green 23 ◦ blue 150

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

Shades of Deep Pink #FB1796

Tints of Deep Pink #FB1796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.42%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 59.2%
G = 5.42%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB1796 (or 0xFB1796) is known color: Deep Pink. HEX triplet: FB, 17 and 96. RGB value is (251,23,150). Sum of RGB (Red+Green+Blue) = 251+23+150=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1796 is #04E869. Grayscale: #696969. Windows color (decimal): -321642 or 9836539. OLE color: 9836539.

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

Color convert

RGB 251 23 150 -
CMYK 0 0.91 0.40 0.02
HSL 326.58º 0.97% 0.54% -
HSV(B) 326.58º 0.91% 0.98% -
XYZ 45.6 23.32 30.95 -
YUV 105.65 153.04 231.67 -
System Red Green Blue C M Y K H S L
Decimal 251 23 150 0 0.91 0.40 0.02 326.58 0.97 0.54
Hex FB 17 96 0 5B 28 2 147 61 36
Octal 373 27 226 0 133 50 2 507 141 66
Binary 11111011 10111 10010110 0 1011011 101000 10 101000111 1100001 110110

Color Harmonies of #FB1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1796

Black with #FB1796

Text Example


Text Example

White with #FB1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1796; }

 p { color: rgb(251,23,150); }

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

background-color css

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

 a { background-color: rgb(251,23,150); }

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

border-color css

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

 span { border-color: rgb(251,23,150); }

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