Html Css Color HEX #FF1390 Deep Pink

📋 copy color: '#FF1390'

red 255 ◦ green 19 ◦ blue 144

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

Shades of Deep Pink #FF1390

Tints of Deep Pink #FF1390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 61%
G = 4.55%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF1390 (or 0xFF1390) is known color: Deep Pink. HEX triplet: FF, 13 and 90. RGB value is (255,19,144). Sum of RGB (Red+Green+Blue) = 255+19+144=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1390 is #00EC6F. Grayscale: #676767. Windows color (decimal): -60528 or 9442303. OLE color: 9442303.

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

Color convert

RGB 255 19 144 -
CMYK 0 0.93 0.44 0
HSL 328.22º 1% 0.54% -
HSV(B) 328.22º 0.93% 1% -
XYZ 46.51 23.74 28.52 -
YUV 103.81 150.69 235.84 -
System Red Green Blue C M Y K H S L
Decimal 255 19 144 0 0.93 0.44 0 328.22 1 0.54
Hex FF 13 90 0 5D 2C 0 148 64 36
Octal 377 23 220 0 135 54 0 510 144 66
Binary 11111111 10011 10010000 0 1011101 101100 0 101001000 1100100 110110

Color Harmonies of #FF1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1390

Black with #FF1390

Text Example


Text Example

White with #FF1390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1390; }

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

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

background-color css

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

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

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

border-color css

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

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

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