Html Css Color HEX #FD15A0 Deep Pink

📋 copy color: '#FD15A0'

red 253 ◦ green 21 ◦ blue 160

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

Shades of Deep Pink #FD15A0

Tints of Deep Pink #FD15A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 58.29%
G = 4.84%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD15A0 (or 0xFD15A0) is known color: Deep Pink. HEX triplet: FD, 15 and A0. RGB value is (253,21,160). Sum of RGB (Red+Green+Blue) = 253+21+160=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD15A0 is #02EA5F. Grayscale: #696969. Windows color (decimal): -191072 or 10491389. OLE color: 10491389.

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

Color convert

RGB 253 21 160 -
CMYK 0 0.92 0.37 0.01
HSL 324.05º 0.98% 0.54% -
HSV(B) 324.05º 0.92% 0.99% -
XYZ 47.12 23.96 35.4 -
YUV 106.21 158.36 232.7 -
System Red Green Blue C M Y K H S L
Decimal 253 21 160 0 0.92 0.37 0.01 324.05 0.98 0.54
Hex FD 15 A0 0 5C 25 1 144 62 36
Octal 375 25 240 0 134 45 1 504 142 66
Binary 11111101 10101 10100000 0 1011100 100101 1 101000100 1100010 110110

Color Harmonies of #FD15A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15A0

Black with #FD15A0

Text Example


Text Example

White with #FD15A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15A0; }

 p { color: rgb(253,21,160); }

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

background-color css

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

 a { background-color: rgb(253,21,160); }

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

border-color css

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

 span { border-color: rgb(253,21,160); }

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