Html Css Color HEX #FF1387 Deep Pink

📋 copy color: '#FF1387'

red 255 ◦ green 19 ◦ blue 135

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

Shades of Deep Pink #FF1387

Tints of Deep Pink #FF1387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 62.35%
G = 4.65%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF1387 (or 0xFF1387) is known color: Deep Pink. HEX triplet: FF, 13 and 87. RGB value is (255,19,135). Sum of RGB (Red+Green+Blue) = 255+19+135=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1387 is #00EC78. Grayscale: #666666. Windows color (decimal): -60537 or 8852479. OLE color: 8852479.

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

Color convert

RGB 255 19 135 -
CMYK 0 0.93 0.47 0
HSL 330.51º 1% 0.54% -
HSV(B) 330.51º 0.93% 1% -
XYZ 45.85 23.48 25.04 -
YUV 102.79 146.19 236.57 -
System Red Green Blue C M Y K H S L
Decimal 255 19 135 0 0.93 0.47 0 330.51 1 0.54
Hex FF 13 87 0 5D 2F 0 14B 64 36
Octal 377 23 207 0 135 57 0 513 144 66
Binary 11111111 10011 10000111 0 1011101 101111 0 101001011 1100100 110110

Color Harmonies of #FF1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1387

Black with #FF1387

Text Example


Text Example

White with #FF1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1387; }

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

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

background-color css

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

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

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

border-color css

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

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

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