Html Css Color HEX #FB2289 Deep Pink

📋 copy color: '#FB2289'

red 251 ◦ green 34 ◦ blue 137

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

Shades of Deep Pink #FB2289

Tints of Deep Pink #FB2289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.06%

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

R = 59.48%
G = 8.06%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB2289 (or 0xFB2289) is known color: Deep Pink. HEX triplet: FB, 22 and 89. RGB value is (251,34,137). Sum of RGB (Red+Green+Blue) = 251+34+137=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2289 is #04DD76. Grayscale: #6E6E6E. Windows color (decimal): -318839 or 8987387. OLE color: 8987387.

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

Color convert

RGB 251 34 137 -
CMYK 0 0.86 0.45 0.02
HSL 331.52º 0.96% 0.56% -
HSV(B) 331.52º 0.86% 0.98% -
XYZ 44.87 23.46 25.83 -
YUV 110.63 142.89 228.12 -
System Red Green Blue C M Y K H S L
Decimal 251 34 137 0 0.86 0.45 0.02 331.52 0.96 0.56
Hex FB 22 89 0 56 2D 2 14C 60 38
Octal 373 42 211 0 126 55 2 514 140 70
Binary 11111011 100010 10001001 0 1010110 101101 10 101001100 1100000 111000

Color Harmonies of #FB2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2289

Black with #FB2289

Text Example


Text Example

White with #FB2289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2289; }

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

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

background-color css

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

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

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

border-color css

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

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

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