Html Css Color HEX #FE15A7 Spicy Pink

📋 copy color: '#FE15A7'

red 254 ◦ green 21 ◦ blue 167

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

Shades of Spicy Pink #FE15A7

Tints of Spicy Pink #FE15A7

RGB

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

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

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

R = 57.47%
G = 4.75%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE15A7 (or 0xFE15A7) is known color: Spicy Pink. HEX triplet: FE, 15 and A7. RGB value is (254,21,167). Sum of RGB (Red+Green+Blue) = 254+21+167=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE15A7 is #01EA58. Grayscale: #6A6A6A. Windows color (decimal): -125529 or 10950142. OLE color: 10950142.

HSL color Cylindrical-coordinate representation of color #FE15A7: hue angle of 322.4º 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 #FE15A7 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 21 167 -
CMYK 0 0.92 0.34 0.00
HSL 322.4º 0.99% 0.54% -
HSV(B) 322.4º 0.92% 1% -
XYZ 48.12 24.4 38.73 -
YUV 107.31 161.69 232.63 -
System Red Green Blue C M Y K H S L
Decimal 254 21 167 0 0.92 0.34 0.00 322.4 0.99 0.54
Hex FE 15 A7 0 5C 22 0 142 63 36
Octal 376 25 247 0 134 42 0 502 143 66
Binary 11111110 10101 10100111 0 1011100 100010 0 101000010 1100011 110110

Color Harmonies of #FE15A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15A7

Black with #FE15A7

Text Example


Text Example

White with #FE15A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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