Html Css Color HEX #FF13A0 Deep Pink

📋 copy color: '#FF13A0'

red 255 ◦ green 19 ◦ blue 160

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

Shades of Deep Pink #FF13A0

Tints of Deep Pink #FF13A0

RGB

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

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

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

R = 58.76%
G = 4.38%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF13A0 (or 0xFF13A0) is known color: Deep Pink. HEX triplet: FF, 13 and A0. RGB value is (255,19,160). Sum of RGB (Red+Green+Blue) = 255+19+160=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13A0 is #00EC5F. Grayscale: #696969. Windows color (decimal): -60512 or 10490879. OLE color: 10490879.

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

Color convert

RGB 255 19 160 -
CMYK 0 0.93 0.37 0
HSL 324.15º 1% 0.54% -
HSV(B) 324.15º 0.93% 1% -
XYZ 47.82 24.26 35.42 -
YUV 105.64 158.69 234.54 -
System Red Green Blue C M Y K H S L
Decimal 255 19 160 0 0.93 0.37 0 324.15 1 0.54
Hex FF 13 A0 0 5D 25 0 144 64 36
Octal 377 23 240 0 135 45 0 504 144 66
Binary 11111111 10011 10100000 0 1011101 100101 0 101000100 1100100 110110

Color Harmonies of #FF13A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13A0

Black with #FF13A0

Text Example


Text Example

White with #FF13A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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