Html Css Color HEX #FF1389 Deep Pink

📋 copy color: '#FF1389'

red 255 ◦ green 19 ◦ blue 137

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

Shades of Deep Pink #FF1389

Tints of Deep Pink #FF1389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.33%

R = 62.04%
G = 4.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF1389 (or 0xFF1389) is known color: Deep Pink. HEX triplet: FF, 13 and 89. RGB value is (255,19,137). Sum of RGB (Red+Green+Blue) = 255+19+137=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1389 is #00EC76. Grayscale: #666666. Windows color (decimal): -60535 or 8983551. OLE color: 8983551.

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

Color convert

RGB 255 19 137 -
CMYK 0 0.93 0.46 0
HSL 330º 1% 0.54% -
HSV(B) 330º 0.93% 1% -
XYZ 45.99 23.53 25.79 -
YUV 103.02 147.19 236.41 -
System Red Green Blue C M Y K H S L
Decimal 255 19 137 0 0.93 0.46 0 330 1 0.54
Hex FF 13 89 0 5D 2E 0 14A 64 36
Octal 377 23 211 0 135 56 0 512 144 66
Binary 11111111 10011 10001001 0 1011101 101110 0 101001010 1100100 110110

Color Harmonies of #FF1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1389

Black with #FF1389

Text Example


Text Example

White with #FF1389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1389; }

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

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

background-color css

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

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

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

border-color css

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

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

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