Html Css Color HEX #FF13A6 Spicy Pink

📋 copy color: '#FF13A6'

red 255 ◦ green 19 ◦ blue 166

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

Shades of Spicy Pink #FF13A6

Tints of Spicy Pink #FF13A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 57.95%
G = 4.32%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF13A6 (or 0xFF13A6) is known color: Spicy Pink. HEX triplet: FF, 13 and A6. RGB value is (255,19,166). Sum of RGB (Red+Green+Blue) = 255+19+166=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13A6 is #00EC59. Grayscale: #696969. Windows color (decimal): -60506 or 10884095. OLE color: 10884095.

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

Color convert

RGB 255 19 166 -
CMYK 0 0.93 0.35 0
HSL 322.63º 1% 0.54% -
HSV(B) 322.63º 0.93% 1% -
XYZ 48.36 24.48 38.25 -
YUV 106.32 161.69 234.05 -
System Red Green Blue C M Y K H S L
Decimal 255 19 166 0 0.93 0.35 0 322.63 1 0.54
Hex FF 13 A6 0 5D 23 0 143 64 36
Octal 377 23 246 0 135 43 0 503 144 66
Binary 11111111 10011 10100110 0 1011101 100011 0 101000011 1100100 110110

Color Harmonies of #FF13A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13A6

Black with #FF13A6

Text Example


Text Example

White with #FF13A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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