Html Css Color HEX #FF13B1 Spicy Pink

📋 copy color: '#FF13B1'

red 255 ◦ green 19 ◦ blue 177

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

Shades of Spicy Pink #FF13B1

Tints of Spicy Pink #FF13B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.25%

R = 56.54%
G = 4.21%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF13B1 (or 0xFF13B1) is known color: Spicy Pink. HEX triplet: FF, 13 and B1. RGB value is (255,19,177). Sum of RGB (Red+Green+Blue) = 255+19+177=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13B1 is #00EC4E. Grayscale: #6B6B6B. Windows color (decimal): -60495 or 11604991. OLE color: 11604991.

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

Color convert

RGB 255 19 177 -
CMYK 0 0.93 0.31 0
HSL 319.83º 1% 0.54% -
HSV(B) 319.83º 0.93% 1% -
XYZ 49.41 24.9 43.8 -
YUV 107.58 167.19 233.15 -
System Red Green Blue C M Y K H S L
Decimal 255 19 177 0 0.93 0.31 0 319.83 1 0.54
Hex FF 13 B1 0 5D 1F 0 140 64 36
Octal 377 23 261 0 135 37 0 500 144 66
Binary 11111111 10011 10110001 0 1011101 11111 0 101000000 1100100 110110

Color Harmonies of #FF13B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13B1

Black with #FF13B1

Text Example


Text Example

White with #FF13B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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