Html Css Color HEX #FE15A5 Spicy Pink

📋 copy color: '#FE15A5'

red 254 ◦ green 21 ◦ blue 165

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

Shades of Spicy Pink #FE15A5

Tints of Spicy Pink #FE15A5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.77%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 57.73%
G = 4.77%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE15A5 (or 0xFE15A5) is known color: Spicy Pink. HEX triplet: FE, 15 and A5. RGB value is (254,21,165). Sum of RGB (Red+Green+Blue) = 254+21+165=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE15A5 is #01EA5A. Grayscale: #6A6A6A. Windows color (decimal): -125531 or 10819070. OLE color: 10819070.

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

Color convert

RGB 254 21 165 -
CMYK 0 0.92 0.35 0.00
HSL 322.92º 0.99% 0.54% -
HSV(B) 322.92º 0.92% 1% -
XYZ 47.93 24.32 37.77 -
YUV 107.08 160.69 232.79 -
System Red Green Blue C M Y K H S L
Decimal 254 21 165 0 0.92 0.35 0.00 322.92 0.99 0.54
Hex FE 15 A5 0 5C 23 0 143 63 36
Octal 376 25 245 0 134 43 0 503 143 66
Binary 11111110 10101 10100101 0 1011100 100011 0 101000011 1100011 110110

Color Harmonies of #FE15A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15A5

Black with #FE15A5

Text Example


Text Example

White with #FE15A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15A5; }

 p { color: rgb(254,21,165); }

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

background-color css

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

 a { background-color: rgb(254,21,165); }

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

border-color css

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

 span { border-color: rgb(254,21,165); }

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