Html Css Color HEX #FB2589 Deep Pink

📋 copy color: '#FB2589'

red 251 ◦ green 37 ◦ blue 137

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

Shades of Deep Pink #FB2589

Tints of Deep Pink #FB2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

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

R = 59.06%
G = 8.71%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB2589 (or 0xFB2589) is known color: Deep Pink. HEX triplet: FB, 25 and 89. RGB value is (251,37,137). Sum of RGB (Red+Green+Blue) = 251+37+137=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2589 is #04DA76. Grayscale: #707070. Windows color (decimal): -318071 or 8988155. OLE color: 8988155.

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

Color convert

RGB 251 37 137 -
CMYK 0 0.85 0.45 0.02
HSL 331.96º 0.96% 0.56% -
HSV(B) 331.96º 0.85% 0.98% -
XYZ 44.96 23.64 25.86 -
YUV 112.39 141.9 226.87 -
System Red Green Blue C M Y K H S L
Decimal 251 37 137 0 0.85 0.45 0.02 331.96 0.96 0.56
Hex FB 25 89 0 55 2D 2 14C 60 38
Octal 373 45 211 0 125 55 2 514 140 70
Binary 11111011 100101 10001001 0 1010101 101101 10 101001100 1100000 111000

Color Harmonies of #FB2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2589

Black with #FB2589

Text Example


Text Example

White with #FB2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2589; }

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

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

background-color css

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

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

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

border-color css

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

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

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