Html Css Color HEX #FB129C Deep Pink

📋 copy color: '#FB129C'

red 251 ◦ green 18 ◦ blue 156

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

Shades of Deep Pink #FB129C

Tints of Deep Pink #FB129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.24%

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 59.06%
G = 4.24%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB129C (or 0xFB129C) is known color: Deep Pink. HEX triplet: FB, 12 and 9C. RGB value is (251,18,156). Sum of RGB (Red+Green+Blue) = 251+18+156=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB129C is #04ED63. Grayscale: #676767. Windows color (decimal): -322916 or 10228475. OLE color: 10228475.

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

Color convert

RGB 251 18 156 -
CMYK 0 0.93 0.38 0.02
HSL 324.46º 0.97% 0.53% -
HSV(B) 324.46º 0.93% 0.98% -
XYZ 46 23.34 33.53 -
YUV 103.4 157.69 233.28 -
System Red Green Blue C M Y K H S L
Decimal 251 18 156 0 0.93 0.38 0.02 324.46 0.97 0.53
Hex FB 12 9C 0 5D 26 2 144 61 35
Octal 373 22 234 0 135 46 2 504 141 65
Binary 11111011 10010 10011100 0 1011101 100110 10 101000100 1100001 110101

Color Harmonies of #FB129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB129C

Black with #FB129C

Text Example


Text Example

White with #FB129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB129C; }

 p { color: rgb(251,18,156); }

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

background-color css

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

 a { background-color: rgb(251,18,156); }

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

border-color css

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

 span { border-color: rgb(251,18,156); }

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