Html Css Color HEX #FB1192 Deep Pink

📋 copy color: '#FB1192'

red 251 ◦ green 17 ◦ blue 146

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

Shades of Deep Pink #FB1192

Tints of Deep Pink #FB1192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 60.63%
G = 4.11%
B = 35.27%

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

#FB1192 (or 0xFB1192) is known color: Deep Pink. HEX triplet: FB, 11 and 92. RGB value is (251,17,146). Sum of RGB (Red+Green+Blue) = 251+17+146=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1192 is #04EE6D. Grayscale: #656565. Windows color (decimal): -323182 or 9572859. OLE color: 9572859.

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

Color convert

RGB 251 17 146 -
CMYK 0 0.93 0.42 0.02
HSL 326.92º 0.97% 0.53% -
HSV(B) 326.92º 0.93% 0.98% -
XYZ 45.17 22.99 29.25 -
YUV 101.67 153.02 234.51 -
System Red Green Blue C M Y K H S L
Decimal 251 17 146 0 0.93 0.42 0.02 326.92 0.97 0.53
Hex FB 11 92 0 5D 2A 2 147 61 35
Octal 373 21 222 0 135 52 2 507 141 65
Binary 11111011 10001 10010010 0 1011101 101010 10 101000111 1100001 110101

Color Harmonies of #FB1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1192

Black with #FB1192

Text Example


Text Example

White with #FB1192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1192; }

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

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

background-color css

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

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

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

border-color css

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

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

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