Html Css Color HEX #FF137F Deep Pink

📋 copy color: '#FF137F'

red 255 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #FF137F

Tints of Deep Pink #FF137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 63.59%
G = 4.74%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF137F (or 0xFF137F) is known color: Deep Pink. HEX triplet: FF, 13 and 7F. RGB value is (255,19,127). Sum of RGB (Red+Green+Blue) = 255+19+127=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF137F is #00EC80. Grayscale: #656565. Windows color (decimal): -60545 or 8328191. OLE color: 8328191.

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

Color convert

RGB 255 19 127 -
CMYK 0 0.93 0.50 0
HSL 332.54º 1% 0.54% -
HSV(B) 332.54º 0.93% 1% -
XYZ 45.3 23.26 22.18 -
YUV 101.88 142.19 237.22 -
System Red Green Blue C M Y K H S L
Decimal 255 19 127 0 0.93 0.50 0 332.54 1 0.54
Hex FF 13 7F 0 5D 32 0 14D 64 36
Octal 377 23 177 0 135 62 0 515 144 66
Binary 11111111 10011 1111111 0 1011101 110010 0 101001101 1100100 110110

Color Harmonies of #FF137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF137F

Black with #FF137F

Text Example


Text Example

White with #FF137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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