Html Css Color HEX #FE18A1 Spicy Pink

📋 copy color: '#FE18A1'

red 254 ◦ green 24 ◦ blue 161

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

Shades of Spicy Pink #FE18A1

Tints of Spicy Pink #FE18A1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.47%

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 57.86%
G = 5.47%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE18A1 (or 0xFE18A1) is known color: Spicy Pink. HEX triplet: FE, 18 and A1. RGB value is (254,24,161). Sum of RGB (Red+Green+Blue) = 254+24+161=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE18A1 is #01E75E. Grayscale: #6C6C6C. Windows color (decimal): -124767 or 10557694. OLE color: 10557694.

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

Color convert

RGB 254 24 161 -
CMYK 0 0.91 0.37 0.00
HSL 324.26º 0.99% 0.55% -
HSV(B) 324.26º 0.91% 1% -
XYZ 47.63 24.3 35.9 -
YUV 108.39 157.7 231.86 -
System Red Green Blue C M Y K H S L
Decimal 254 24 161 0 0.91 0.37 0.00 324.26 0.99 0.55
Hex FE 18 A1 0 5B 25 0 144 63 37
Octal 376 30 241 0 133 45 0 504 143 67
Binary 11111110 11000 10100001 0 1011011 100101 0 101000100 1100011 110111

Color Harmonies of #FE18A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18A1

Black with #FE18A1

Text Example


Text Example

White with #FE18A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18A1; }

 p { color: rgb(254,24,161); }

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

background-color css

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

 a { background-color: rgb(254,24,161); }

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

border-color css

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

 span { border-color: rgb(254,24,161); }

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