Html Css Color HEX #FD13A0 Deep Pink

📋 copy color: '#FD13A0'

red 253 ◦ green 19 ◦ blue 160

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

Shades of Deep Pink #FD13A0

Tints of Deep Pink #FD13A0

RGB

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

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

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

R = 58.56%
G = 4.4%
B = 37.04%

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

#FD13A0 (or 0xFD13A0) is known color: Deep Pink. HEX triplet: FD, 13 and A0. RGB value is (253,19,160). Sum of RGB (Red+Green+Blue) = 253+19+160=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD13A0 is #02EC5F. Grayscale: #686868. Windows color (decimal): -191584 or 10490877. OLE color: 10490877.

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

Color convert

RGB 253 19 160 -
CMYK 0 0.92 0.37 0.01
HSL 323.85º 0.98% 0.53% -
HSV(B) 323.85º 0.92% 0.99% -
XYZ 47.09 23.89 35.39 -
YUV 105.04 159.02 233.54 -
System Red Green Blue C M Y K H S L
Decimal 253 19 160 0 0.92 0.37 0.01 323.85 0.98 0.53
Hex FD 13 A0 0 5C 25 1 144 62 35
Octal 375 23 240 0 134 45 1 504 142 65
Binary 11111101 10011 10100000 0 1011100 100101 1 101000100 1100010 110101

Color Harmonies of #FD13A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD13A0

Black with #FD13A0

Text Example


Text Example

White with #FD13A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD13A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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