Html Css Color HEX #FF139D Deep Pink

📋 copy color: '#FF139D'

red 255 ◦ green 19 ◦ blue 157

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

Shades of Deep Pink #FF139D

Tints of Deep Pink #FF139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 59.16%
G = 4.41%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF139D (or 0xFF139D) is known color: Deep Pink. HEX triplet: FF, 13 and 9D. RGB value is (255,19,157). Sum of RGB (Red+Green+Blue) = 255+19+157=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF139D is #00EC62. Grayscale: #686868. Windows color (decimal): -60515 or 10294271. OLE color: 10294271.

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

Color convert

RGB 255 19 157 -
CMYK 0 0.93 0.38 0
HSL 324.92º 1% 0.54% -
HSV(B) 324.92º 0.93% 1% -
XYZ 47.56 24.16 34.06 -
YUV 105.3 157.19 234.78 -
System Red Green Blue C M Y K H S L
Decimal 255 19 157 0 0.93 0.38 0 324.92 1 0.54
Hex FF 13 9D 0 5D 26 0 145 64 36
Octal 377 23 235 0 135 46 0 505 144 66
Binary 11111111 10011 10011101 0 1011101 100110 0 101000101 1100100 110110

Color Harmonies of #FF139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF139D

Black with #FF139D

Text Example


Text Example

White with #FF139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF139D; }

 p { color: rgb(255,19,157); }

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

background-color css

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

 a { background-color: rgb(255,19,157); }

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

border-color css

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

 span { border-color: rgb(255,19,157); }

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