Html Css Color HEX #FF139B Deep Pink

📋 copy color: '#FF139B'

red 255 ◦ green 19 ◦ blue 155

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

Shades of Deep Pink #FF139B

Tints of Deep Pink #FF139B

RGB

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

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

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

R = 59.44%
G = 4.43%
B = 36.13%

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

#FF139B (or 0xFF139B) is known color: Deep Pink. HEX triplet: FF, 13 and 9B. RGB value is (255,19,155). Sum of RGB (Red+Green+Blue) = 255+19+155=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF139B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF139B is #00EC64. Grayscale: #686868. Windows color (decimal): -60517 or 10163199. OLE color: 10163199.

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

Color convert

RGB 255 19 155 -
CMYK 0 0.93 0.39 0
HSL 325.42º 1% 0.54% -
HSV(B) 325.42º 0.93% 1% -
XYZ 47.39 24.09 33.16 -
YUV 105.07 156.19 234.94 -
System Red Green Blue C M Y K H S L
Decimal 255 19 155 0 0.93 0.39 0 325.42 1 0.54
Hex FF 13 9B 0 5D 27 0 145 64 36
Octal 377 23 233 0 135 47 0 505 144 66
Binary 11111111 10011 10011011 0 1011101 100111 0 101000101 1100100 110110

Color Harmonies of #FF139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF139B

Black with #FF139B

Text Example


Text Example

White with #FF139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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