Html Css Color HEX #FF139F Deep Pink

📋 copy color: '#FF139F'

red 255 ◦ green 19 ◦ blue 159

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

Shades of Deep Pink #FF139F

Tints of Deep Pink #FF139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 58.89%
G = 4.39%
B = 36.72%

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

#FF139F (or 0xFF139F) is known color: Deep Pink. HEX triplet: FF, 13 and 9F. RGB value is (255,19,159). Sum of RGB (Red+Green+Blue) = 255+19+159=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF139F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF139F is #00EC60. Grayscale: #696969. Windows color (decimal): -60513 or 10425343. OLE color: 10425343.

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

Color convert

RGB 255 19 159 -
CMYK 0 0.93 0.38 0
HSL 324.41º 1% 0.54% -
HSV(B) 324.41º 0.93% 1% -
XYZ 47.73 24.23 34.96 -
YUV 105.52 158.19 234.62 -
System Red Green Blue C M Y K H S L
Decimal 255 19 159 0 0.93 0.38 0 324.41 1 0.54
Hex FF 13 9F 0 5D 26 0 144 64 36
Octal 377 23 237 0 135 46 0 504 144 66
Binary 11111111 10011 10011111 0 1011101 100110 0 101000100 1100100 110110

Color Harmonies of #FF139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF139F

Black with #FF139F

Text Example


Text Example

White with #FF139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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