Html Css Color HEX #FB1191 Deep Pink

📋 copy color: '#FB1191'

red 251 ◦ green 17 ◦ blue 145

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

Shades of Deep Pink #FB1191

Tints of Deep Pink #FB1191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.12%

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

R = 60.77%
G = 4.12%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB1191 (or 0xFB1191) is known color: Deep Pink. HEX triplet: FB, 11 and 91. RGB value is (251,17,145). Sum of RGB (Red+Green+Blue) = 251+17+145=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1191 is #04EE6E. Grayscale: #656565. Windows color (decimal): -323183 or 9507323. OLE color: 9507323.

HSL color Cylindrical-coordinate representation of color #FB1191: hue angle of 327.18º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1191 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 145 -
CMYK 0 0.93 0.42 0.02
HSL 327.18º 0.97% 0.53% -
HSV(B) 327.18º 0.93% 0.98% -
XYZ 45.09 22.95 28.84 -
YUV 101.56 152.52 234.59 -
System Red Green Blue C M Y K H S L
Decimal 251 17 145 0 0.93 0.42 0.02 327.18 0.97 0.53
Hex FB 11 91 0 5D 2A 2 147 61 35
Octal 373 21 221 0 135 52 2 507 141 65
Binary 11111011 10001 10010001 0 1011101 101010 10 101000111 1100001 110101

Color Harmonies of #FB1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1191

Black with #FB1191

Text Example


Text Example

White with #FB1191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1191; }

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

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

background-color css

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

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

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

border-color css

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

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

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