Html Css Color HEX #FE13B2 Spicy Pink

📋 copy color: '#FE13B2'

red 254 ◦ green 19 ◦ blue 178

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

Shades of Spicy Pink #FE13B2

Tints of Spicy Pink #FE13B2

RGB

 RED value IS 254 (99.61% from 255) = 56.32%

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

 BLUE value IS 178 (69.92% from 255) = 39.47%

R = 56.32%
G = 4.21%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE13B2 (or 0xFE13B2) is known color: Spicy Pink. HEX triplet: FE, 13 and B2. RGB value is (254,19,178). Sum of RGB (Red+Green+Blue) = 254+19+178=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13B2 is #01EC4D. Grayscale: #6A6A6A. Windows color (decimal): -126030 or 11670526. OLE color: 11670526.

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

Color convert

RGB 254 19 178 -
CMYK 0 0.93 0.30 0.00
HSL 319.4º 0.99% 0.54% -
HSV(B) 319.4º 0.93% 1% -
XYZ 49.14 24.75 44.31 -
YUV 107.39 167.86 232.57 -
System Red Green Blue C M Y K H S L
Decimal 254 19 178 0 0.93 0.30 0.00 319.4 0.99 0.54
Hex FE 13 B2 0 5D 1E 0 13F 63 36
Octal 376 23 262 0 135 36 0 477 143 66
Binary 11111110 10011 10110010 0 1011101 11110 0 100111111 1100011 110110

Color Harmonies of #FE13B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE13B2

Black with #FE13B2

Text Example


Text Example

White with #FE13B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE13B2; }

 p { color: rgb(254,19,178); }

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

background-color css

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

 a { background-color: rgb(254,19,178); }

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

border-color css

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

 span { border-color: rgb(254,19,178); }

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