Html Css Color HEX #FE11A5 Spicy Pink

📋 copy color: '#FE11A5'

red 254 ◦ green 17 ◦ blue 165

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

Shades of Spicy Pink #FE11A5

Tints of Spicy Pink #FE11A5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.9%

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

R = 58.26%
G = 3.9%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE11A5 (or 0xFE11A5) is known color: Spicy Pink. HEX triplet: FE, 11 and A5. RGB value is (254,17,165). Sum of RGB (Red+Green+Blue) = 254+17+165=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A5 is #01EE5A. Grayscale: #686868. Windows color (decimal): -126555 or 10818046. OLE color: 10818046.

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

Color convert

RGB 254 17 165 -
CMYK 0 0.93 0.35 0.00
HSL 322.53º 0.99% 0.53% -
HSV(B) 322.53º 0.93% 1% -
XYZ 47.87 24.19 37.74 -
YUV 104.74 162.02 234.47 -
System Red Green Blue C M Y K H S L
Decimal 254 17 165 0 0.93 0.35 0.00 322.53 0.99 0.53
Hex FE 11 A5 0 5D 23 0 143 63 35
Octal 376 21 245 0 135 43 0 503 143 65
Binary 11111110 10001 10100101 0 1011101 100011 0 101000011 1100011 110101

Color Harmonies of #FE11A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11A5

Black with #FE11A5

Text Example


Text Example

White with #FE11A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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