Html Css Color HEX #FB1597 Deep Pink

📋 copy color: '#FB1597'

red 251 ◦ green 21 ◦ blue 151

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

Shades of Deep Pink #FB1597

Tints of Deep Pink #FB1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 59.34%
G = 4.96%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB1597 (or 0xFB1597) is known color: Deep Pink. HEX triplet: FB, 15 and 97. RGB value is (251,21,151). Sum of RGB (Red+Green+Blue) = 251+21+151=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1597 is #04EA68. Grayscale: #686868. Windows color (decimal): -322153 or 9901563. OLE color: 9901563.

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

Color convert

RGB 251 21 151 -
CMYK 0 0.92 0.40 0.02
HSL 326.09º 0.97% 0.53% -
HSV(B) 326.09º 0.92% 0.98% -
XYZ 45.64 23.28 31.37 -
YUV 104.59 154.2 232.43 -
System Red Green Blue C M Y K H S L
Decimal 251 21 151 0 0.92 0.40 0.02 326.09 0.97 0.53
Hex FB 15 97 0 5C 28 2 146 61 35
Octal 373 25 227 0 134 50 2 506 141 65
Binary 11111011 10101 10010111 0 1011100 101000 10 101000110 1100001 110101

Color Harmonies of #FB1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1597

Black with #FB1597

Text Example


Text Example

White with #FB1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1597; }

 p { color: rgb(251,21,151); }

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

background-color css

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

 a { background-color: rgb(251,21,151); }

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

border-color css

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

 span { border-color: rgb(251,21,151); }

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