Html Css Color HEX #FB129A Deep Pink

📋 copy color: '#FB129A'

red 251 ◦ green 18 ◦ blue 154

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

Shades of Deep Pink #FB129A

Tints of Deep Pink #FB129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 59.34%
G = 4.26%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB129A (or 0xFB129A) is known color: Deep Pink. HEX triplet: FB, 12 and 9A. RGB value is (251,18,154). Sum of RGB (Red+Green+Blue) = 251+18+154=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB129A is #04ED65. Grayscale: #666666. Windows color (decimal): -322918 or 10097403. OLE color: 10097403.

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

Color convert

RGB 251 18 154 -
CMYK 0 0.93 0.39 0.02
HSL 324.98º 0.97% 0.53% -
HSV(B) 324.98º 0.93% 0.98% -
XYZ 45.83 23.27 32.65 -
YUV 103.17 156.69 233.44 -
System Red Green Blue C M Y K H S L
Decimal 251 18 154 0 0.93 0.39 0.02 324.98 0.97 0.53
Hex FB 12 9A 0 5D 27 2 145 61 35
Octal 373 22 232 0 135 47 2 505 141 65
Binary 11111011 10010 10011010 0 1011101 100111 10 101000101 1100001 110101

Color Harmonies of #FB129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB129A

Black with #FB129A

Text Example


Text Example

White with #FB129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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