Html Css Color HEX #FB1289 Deep Pink

📋 copy color: '#FB1289'

red 251 ◦ green 18 ◦ blue 137

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

Shades of Deep Pink #FB1289

Tints of Deep Pink #FB1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.43%

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

R = 61.82%
G = 4.43%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB1289 (or 0xFB1289) is known color: Deep Pink. HEX triplet: FB, 12 and 89. RGB value is (251,18,137). Sum of RGB (Red+Green+Blue) = 251+18+137=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1289 is #04ED76. Grayscale: #646464. Windows color (decimal): -322935 or 8983291. OLE color: 8983291.

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

Color convert

RGB 251 18 137 -
CMYK 0 0.93 0.45 0.02
HSL 329.36º 0.97% 0.53% -
HSV(B) 329.36º 0.93% 0.98% -
XYZ 44.52 22.75 25.71 -
YUV 101.23 148.19 234.82 -
System Red Green Blue C M Y K H S L
Decimal 251 18 137 0 0.93 0.45 0.02 329.36 0.97 0.53
Hex FB 12 89 0 5D 2D 2 149 61 35
Octal 373 22 211 0 135 55 2 511 141 65
Binary 11111011 10010 10001001 0 1011101 101101 10 101001001 1100001 110101

Color Harmonies of #FB1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1289

Black with #FB1289

Text Example


Text Example

White with #FB1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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