Html Css Color HEX #FF129B Deep Pink

📋 copy color: '#FF129B'

red 255 ◦ green 18 ◦ blue 155

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

Shades of Deep Pink #FF129B

Tints of Deep Pink #FF129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 59.58%
G = 4.21%
B = 36.21%

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

#FF129B (or 0xFF129B) is known color: Deep Pink. HEX triplet: FF, 12 and 9B. RGB value is (255,18,155). Sum of RGB (Red+Green+Blue) = 255+18+155=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF129B is #00ED64. Grayscale: #686868. Windows color (decimal): -60773 or 10162943. OLE color: 10162943.

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

Color convert

RGB 255 18 155 -
CMYK 0 0.93 0.39 0
HSL 325.32º 1% 0.54% -
HSV(B) 325.32º 0.93% 1% -
XYZ 47.37 24.06 33.16 -
YUV 104.48 156.52 235.36 -
System Red Green Blue C M Y K H S L
Decimal 255 18 155 0 0.93 0.39 0 325.32 1 0.54
Hex FF 12 9B 0 5D 27 0 145 64 36
Octal 377 22 233 0 135 47 0 505 144 66
Binary 11111111 10010 10011011 0 1011101 100111 0 101000101 1100100 110110

Color Harmonies of #FF129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF129B

Black with #FF129B

Text Example


Text Example

White with #FF129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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