Html Css Color HEX #FD1487 Deep Pink

📋 copy color: '#FD1487'

red 253 ◦ green 20 ◦ blue 135

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

Shades of Deep Pink #FD1487

Tints of Deep Pink #FD1487

RGB

 RED value IS 253 (99.22% from 255) = 62.01%

 GREEN value IS 20 (8.2% from 255) = 4.9%

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

R = 62.01%
G = 4.9%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD1487 (or 0xFD1487) is known color: Deep Pink. HEX triplet: FD, 14 and 87. RGB value is (253,20,135). Sum of RGB (Red+Green+Blue) = 253+20+135=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1487 is #02EB78. Grayscale: #666666. Windows color (decimal): -191353 or 8852733. OLE color: 8852733.

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

Color convert

RGB 253 20 135 -
CMYK 0 0.92 0.47 0.01
HSL 330.39º 0.98% 0.54% -
HSV(B) 330.39º 0.92% 0.99% -
XYZ 45.13 23.13 25.01 -
YUV 102.78 146.19 235.15 -
System Red Green Blue C M Y K H S L
Decimal 253 20 135 0 0.92 0.47 0.01 330.39 0.98 0.54
Hex FD 14 87 0 5C 2F 1 14A 62 36
Octal 375 24 207 0 134 57 1 512 142 66
Binary 11111101 10100 10000111 0 1011100 101111 1 101001010 1100010 110110

Color Harmonies of #FD1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1487

Black with #FD1487

Text Example


Text Example

White with #FD1487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1487; }

 p { color: rgb(253,20,135); }

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

background-color css

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

 a { background-color: rgb(253,20,135); }

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

border-color css

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

 span { border-color: rgb(253,20,135); }

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