Html Css Color HEX #FF129C Deep Pink

📋 copy color: '#FF129C'

red 255 ◦ green 18 ◦ blue 156

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

Shades of Deep Pink #FF129C

Tints of Deep Pink #FF129C

RGB

 RED value IS 255 (100% from 255) = 59.44%

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

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

R = 59.44%
G = 4.2%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF129C (or 0xFF129C) is known color: Deep Pink. HEX triplet: FF, 12 and 9C. RGB value is (255,18,156). Sum of RGB (Red+Green+Blue) = 255+18+156=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF129C is #00ED63. Grayscale: #686868. Windows color (decimal): -60772 or 10228479. OLE color: 10228479.

HSL color Cylindrical-coordinate representation of color #FF129C: hue angle of 325.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF129C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 156 -
CMYK 0 0.93 0.39 0
HSL 325.06º 1% 0.54% -
HSV(B) 325.06º 0.93% 1% -
XYZ 47.46 24.09 33.6 -
YUV 104.6 157.02 235.28 -
System Red Green Blue C M Y K H S L
Decimal 255 18 156 0 0.93 0.39 0 325.06 1 0.54
Hex FF 12 9C 0 5D 27 0 145 64 36
Octal 377 22 234 0 135 47 0 505 144 66
Binary 11111111 10010 10011100 0 1011101 100111 0 101000101 1100100 110110

Color Harmonies of #FF129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF129C

Black with #FF129C

Text Example


Text Example

White with #FF129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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