Html Css Color HEX #FF13B0 Spicy Pink

📋 copy color: '#FF13B0'

red 255 ◦ green 19 ◦ blue 176

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

Shades of Spicy Pink #FF13B0

Tints of Spicy Pink #FF13B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 56.67%
G = 4.22%
B = 39.11%

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

#FF13B0 (or 0xFF13B0) is known color: Spicy Pink. HEX triplet: FF, 13 and B0. RGB value is (255,19,176). Sum of RGB (Red+Green+Blue) = 255+19+176=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13B0 is #00EC4F. Grayscale: #6B6B6B. Windows color (decimal): -60496 or 11539455. OLE color: 11539455.

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

Color convert

RGB 255 19 176 -
CMYK 0 0.93 0.31 0
HSL 320.08º 1% 0.54% -
HSV(B) 320.08º 0.93% 1% -
XYZ 49.31 24.86 43.27 -
YUV 107.46 166.69 233.23 -
System Red Green Blue C M Y K H S L
Decimal 255 19 176 0 0.93 0.31 0 320.08 1 0.54
Hex FF 13 B0 0 5D 1F 0 140 64 36
Octal 377 23 260 0 135 37 0 500 144 66
Binary 11111111 10011 10110000 0 1011101 11111 0 101000000 1100100 110110

Color Harmonies of #FF13B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13B0

Black with #FF13B0

Text Example


Text Example

White with #FF13B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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