Html Css Color HEX #FB2291 Deep Pink

📋 copy color: '#FB2291'

red 251 ◦ green 34 ◦ blue 145

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

Shades of Deep Pink #FB2291

Tints of Deep Pink #FB2291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 58.37%
G = 7.91%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB2291 (or 0xFB2291) is known color: Deep Pink. HEX triplet: FB, 22 and 91. RGB value is (251,34,145). Sum of RGB (Red+Green+Blue) = 251+34+145=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2291 is #04DD6E. Grayscale: #6F6F6F. Windows color (decimal): -318831 or 9511675. OLE color: 9511675.

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

Color convert

RGB 251 34 145 -
CMYK 0 0.86 0.42 0.02
HSL 329.31º 0.96% 0.56% -
HSV(B) 329.31º 0.86% 0.98% -
XYZ 45.47 23.7 28.97 -
YUV 111.54 146.89 227.47 -
System Red Green Blue C M Y K H S L
Decimal 251 34 145 0 0.86 0.42 0.02 329.31 0.96 0.56
Hex FB 22 91 0 56 2A 2 149 60 38
Octal 373 42 221 0 126 52 2 511 140 70
Binary 11111011 100010 10010001 0 1010110 101010 10 101001001 1100000 111000

Color Harmonies of #FB2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2291

Black with #FB2291

Text Example


Text Example

White with #FB2291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2291; }

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

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

background-color css

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

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

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

border-color css

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

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

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