Html Css Color HEX #FB1389 Deep Pink

📋 copy color: '#FB1389'

red 251 ◦ green 19 ◦ blue 137

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

Shades of Deep Pink #FB1389

Tints of Deep Pink #FB1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.67%

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 61.67%
G = 4.67%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB1389 (or 0xFB1389) is known color: Deep Pink. HEX triplet: FB, 13 and 89. RGB value is (251,19,137). Sum of RGB (Red+Green+Blue) = 251+19+137=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1389 is #04EC76. Grayscale: #656565. Windows color (decimal): -322679 or 8983547. OLE color: 8983547.

HSL color Cylindrical-coordinate representation of color #FB1389: hue angle of 329.48º 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 #FB1389 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 19 137 -
CMYK 0 0.92 0.45 0.02
HSL 329.48º 0.97% 0.53% -
HSV(B) 329.48º 0.92% 0.98% -
XYZ 44.53 22.78 25.72 -
YUV 101.82 147.86 234.41 -
System Red Green Blue C M Y K H S L
Decimal 251 19 137 0 0.92 0.45 0.02 329.48 0.97 0.53
Hex FB 13 89 0 5C 2D 2 149 61 35
Octal 373 23 211 0 134 55 2 511 141 65
Binary 11111011 10011 10001001 0 1011100 101101 10 101001001 1100001 110101

Color Harmonies of #FB1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1389

Black with #FB1389

Text Example


Text Example

White with #FB1389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1389; }

 p { color: rgb(251,19,137); }

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

background-color css

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

 a { background-color: rgb(251,19,137); }

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

border-color css

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

 span { border-color: rgb(251,19,137); }

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