Html Css Color HEX #FB2489 Deep Pink

📋 copy color: '#FB2489'

red 251 ◦ green 36 ◦ blue 137

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

Shades of Deep Pink #FB2489

Tints of Deep Pink #FB2489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.49%

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

R = 59.2%
G = 8.49%
B = 32.31%

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

#FB2489 (or 0xFB2489) is known color: Deep Pink. HEX triplet: FB, 24 and 89. RGB value is (251,36,137). Sum of RGB (Red+Green+Blue) = 251+36+137=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2489 is #04DB76. Grayscale: #6F6F6F. Windows color (decimal): -318327 or 8987899. OLE color: 8987899.

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

Color convert

RGB 251 36 137 -
CMYK 0 0.86 0.45 0.02
HSL 331.81º 0.96% 0.56% -
HSV(B) 331.81º 0.86% 0.98% -
XYZ 44.93 23.58 25.85 -
YUV 111.8 142.23 227.29 -
System Red Green Blue C M Y K H S L
Decimal 251 36 137 0 0.86 0.45 0.02 331.81 0.96 0.56
Hex FB 24 89 0 56 2D 2 14C 60 38
Octal 373 44 211 0 126 55 2 514 140 70
Binary 11111011 100100 10001001 0 1010110 101101 10 101001100 1100000 111000

Color Harmonies of #FB2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2489

Black with #FB2489

Text Example


Text Example

White with #FB2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2489; }

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

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

background-color css

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

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

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

border-color css

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

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

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