Html Css Color HEX #FB2189 Deep Pink

📋 copy color: '#FB2189'

red 251 ◦ green 33 ◦ blue 137

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

Shades of Deep Pink #FB2189

Tints of Deep Pink #FB2189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.84%

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

R = 59.62%
G = 7.84%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB2189 (or 0xFB2189) is known color: Deep Pink. HEX triplet: FB, 21 and 89. RGB value is (251,33,137). Sum of RGB (Red+Green+Blue) = 251+33+137=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2189 is #04DE76. Grayscale: #6D6D6D. Windows color (decimal): -319095 or 8987131. OLE color: 8987131.

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

Color convert

RGB 251 33 137 -
CMYK 0 0.87 0.45 0.02
HSL 331.38º 0.96% 0.56% -
HSV(B) 331.38º 0.87% 0.98% -
XYZ 44.84 23.4 25.82 -
YUV 110.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 251 33 137 0 0.87 0.45 0.02 331.38 0.96 0.56
Hex FB 21 89 0 57 2D 2 14B 60 38
Octal 373 41 211 0 127 55 2 513 140 70
Binary 11111011 100001 10001001 0 1010111 101101 10 101001011 1100000 111000

Color Harmonies of #FB2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2189

Black with #FB2189

Text Example


Text Example

White with #FB2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2189; }

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

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

background-color css

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

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

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

border-color css

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

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

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