Html Css Color HEX #FB1196 Deep Pink

📋 copy color: '#FB1196'

red 251 ◦ green 17 ◦ blue 150

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

Shades of Deep Pink #FB1196

Tints of Deep Pink #FB1196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 60.05%
G = 4.07%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB1196 (or 0xFB1196) is known color: Deep Pink. HEX triplet: FB, 11 and 96. RGB value is (251,17,150). Sum of RGB (Red+Green+Blue) = 251+17+150=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1196 is #04EE69. Grayscale: #656565. Windows color (decimal): -323178 or 9835003. OLE color: 9835003.

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

Color convert

RGB 251 17 150 -
CMYK 0 0.93 0.40 0.02
HSL 325.9º 0.97% 0.53% -
HSV(B) 325.9º 0.93% 0.98% -
XYZ 45.49 23.11 30.92 -
YUV 102.13 155.02 234.19 -
System Red Green Blue C M Y K H S L
Decimal 251 17 150 0 0.93 0.40 0.02 325.9 0.97 0.53
Hex FB 11 96 0 5D 28 2 146 61 35
Octal 373 21 226 0 135 50 2 506 141 65
Binary 11111011 10001 10010110 0 1011101 101000 10 101000110 1100001 110101

Color Harmonies of #FB1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1196

Black with #FB1196

Text Example


Text Example

White with #FB1196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1196; }

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

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

background-color css

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

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

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

border-color css

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

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

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