Html Css Color HEX #FB129E Deep Pink

📋 copy color: '#FB129E'

red 251 ◦ green 18 ◦ blue 158

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

Shades of Deep Pink #FB129E

Tints of Deep Pink #FB129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 58.78%
G = 4.22%
B = 37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB129E (or 0xFB129E) is known color: Deep Pink. HEX triplet: FB, 12 and 9E. RGB value is (251,18,158). Sum of RGB (Red+Green+Blue) = 251+18+158=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB129E is #04ED61. Grayscale: #676767. Windows color (decimal): -322914 or 10359547. OLE color: 10359547.

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

Color convert

RGB 251 18 158 -
CMYK 0 0.93 0.37 0.02
HSL 323.95º 0.97% 0.53% -
HSV(B) 323.95º 0.93% 0.98% -
XYZ 46.17 23.41 34.43 -
YUV 103.63 158.69 233.12 -
System Red Green Blue C M Y K H S L
Decimal 251 18 158 0 0.93 0.37 0.02 323.95 0.97 0.53
Hex FB 12 9E 0 5D 25 2 144 61 35
Octal 373 22 236 0 135 45 2 504 141 65
Binary 11111011 10010 10011110 0 1011101 100101 10 101000100 1100001 110101

Color Harmonies of #FB129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB129E

Black with #FB129E

Text Example


Text Example

White with #FB129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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