Html Css Color HEX #FF1599 Deep Pink

📋 copy color: '#FF1599'

red 255 ◦ green 21 ◦ blue 153

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

Shades of Deep Pink #FF1599

Tints of Deep Pink #FF1599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 59.44%
G = 4.9%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF1599 (or 0xFF1599) is known color: Deep Pink. HEX triplet: FF, 15 and 99. RGB value is (255,21,153). Sum of RGB (Red+Green+Blue) = 255+21+153=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1599 is #00EA66. Grayscale: #696969. Windows color (decimal): -60007 or 10032639. OLE color: 10032639.

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

Color convert

RGB 255 21 153 -
CMYK 0 0.92 0.4 0
HSL 326.15º 1% 0.54% -
HSV(B) 326.15º 0.92% 1% -
XYZ 47.26 24.1 32.3 -
YUV 106.01 154.52 234.27 -
System Red Green Blue C M Y K H S L
Decimal 255 21 153 0 0.92 0.4 0 326.15 1 0.54
Hex FF 15 99 0 5C 28 0 146 64 36
Octal 377 25 231 0 134 50 0 506 144 66
Binary 11111111 10101 10011001 0 1011100 101000 0 101000110 1100100 110110

Color Harmonies of #FF1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1599

Black with #FF1599

Text Example


Text Example

White with #FF1599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1599; }

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

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

background-color css

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

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

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

border-color css

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

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

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