Html Css Color HEX #FF13A7 Spicy Pink

📋 copy color: '#FF13A7'

red 255 ◦ green 19 ◦ blue 167

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

Shades of Spicy Pink #FF13A7

Tints of Spicy Pink #FF13A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.87%

R = 57.82%
G = 4.31%
B = 37.87%

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

#FF13A7 (or 0xFF13A7) is known color: Spicy Pink. HEX triplet: FF, 13 and A7. RGB value is (255,19,167). Sum of RGB (Red+Green+Blue) = 255+19+167=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13A7 is #00EC58. Grayscale: #6A6A6A. Windows color (decimal): -60505 or 10949631. OLE color: 10949631.

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

Color convert

RGB 255 19 167 -
CMYK 0 0.93 0.35 0
HSL 322.37º 1% 0.54% -
HSV(B) 322.37º 0.93% 1% -
XYZ 48.45 24.52 38.74 -
YUV 106.44 162.19 233.97 -
System Red Green Blue C M Y K H S L
Decimal 255 19 167 0 0.93 0.35 0 322.37 1 0.54
Hex FF 13 A7 0 5D 23 0 142 64 36
Octal 377 23 247 0 135 43 0 502 144 66
Binary 11111111 10011 10100111 0 1011101 100011 0 101000010 1100100 110110

Color Harmonies of #FF13A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13A7

Black with #FF13A7

Text Example


Text Example

White with #FF13A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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