Html Css Color HEX #FF129A Deep Pink

📋 copy color: '#FF129A'

red 255 ◦ green 18 ◦ blue 154

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

Shades of Deep Pink #FF129A

Tints of Deep Pink #FF129A

RGB

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

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

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

R = 59.72%
G = 4.22%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF129A (or 0xFF129A) is known color: Deep Pink. HEX triplet: FF, 12 and 9A. RGB value is (255,18,154). Sum of RGB (Red+Green+Blue) = 255+18+154=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF129A is #00ED65. Grayscale: #686868. Windows color (decimal): -60774 or 10097407. OLE color: 10097407.

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

Color convert

RGB 255 18 154 -
CMYK 0 0.93 0.40 0
HSL 325.57º 1% 0.54% -
HSV(B) 325.57º 0.93% 1% -
XYZ 47.29 24.03 32.72 -
YUV 104.37 156.02 235.44 -
System Red Green Blue C M Y K H S L
Decimal 255 18 154 0 0.93 0.40 0 325.57 1 0.54
Hex FF 12 9A 0 5D 28 0 146 64 36
Octal 377 22 232 0 135 50 0 506 144 66
Binary 11111111 10010 10011010 0 1011101 101000 0 101000110 1100100 110110

Color Harmonies of #FF129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF129A

Black with #FF129A

Text Example


Text Example

White with #FF129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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