Html Css Color HEX #FF137D Deep Pink

📋 copy color: '#FF137D'

red 255 ◦ green 19 ◦ blue 125

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

Shades of Deep Pink #FF137D

Tints of Deep Pink #FF137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 63.91%
G = 4.76%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF137D (or 0xFF137D) is known color: Deep Pink. HEX triplet: FF, 13 and 7D. RGB value is (255,19,125). Sum of RGB (Red+Green+Blue) = 255+19+125=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF137D is #00EC82. Grayscale: #656565. Windows color (decimal): -60547 or 8197119. OLE color: 8197119.

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

Color convert

RGB 255 19 125 -
CMYK 0 0.93 0.51 0
HSL 333.05º 1% 0.54% -
HSV(B) 333.05º 0.93% 1% -
XYZ 45.17 23.21 21.5 -
YUV 101.65 141.19 237.38 -
System Red Green Blue C M Y K H S L
Decimal 255 19 125 0 0.93 0.51 0 333.05 1 0.54
Hex FF 13 7D 0 5D 33 0 14D 64 36
Octal 377 23 175 0 135 63 0 515 144 66
Binary 11111111 10011 1111101 0 1011101 110011 0 101001101 1100100 110110

Color Harmonies of #FF137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF137D

Black with #FF137D

Text Example


Text Example

White with #FF137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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