Html Css Color HEX #FF1590 Deep Pink

📋 copy color: '#FF1590'

red 255 ◦ green 21 ◦ blue 144

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

Shades of Deep Pink #FF1590

Tints of Deep Pink #FF1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

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

R = 60.71%
G = 5%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF1590 (or 0xFF1590) is known color: Deep Pink. HEX triplet: FF, 15 and 90. RGB value is (255,21,144). Sum of RGB (Red+Green+Blue) = 255+21+144=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1590 is #00EA6F. Grayscale: #686868. Windows color (decimal): -60016 or 9442815. OLE color: 9442815.

HSL color Cylindrical-coordinate representation of color #FF1590: hue angle of 328.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1590 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 21 144 -
CMYK 0 0.92 0.44 0
HSL 328.46º 1% 0.54% -
HSV(B) 328.46º 0.92% 1% -
XYZ 46.54 23.81 28.53 -
YUV 104.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 255 21 144 0 0.92 0.44 0 328.46 1 0.54
Hex FF 15 90 0 5C 2C 0 148 64 36
Octal 377 25 220 0 134 54 0 510 144 66
Binary 11111111 10101 10010000 0 1011100 101100 0 101001000 1100100 110110

Color Harmonies of #FF1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1590

Black with #FF1590

Text Example


Text Example

White with #FF1590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1590; }

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

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

background-color css

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

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

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

border-color css

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

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

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