Html Css Color HEX #FE18A4 Spicy Pink

📋 copy color: '#FE18A4'

red 254 ◦ green 24 ◦ blue 164

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

Shades of Spicy Pink #FE18A4

Tints of Spicy Pink #FE18A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 57.47%
G = 5.43%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE18A4 (or 0xFE18A4) is known color: Spicy Pink. HEX triplet: FE, 18 and A4. RGB value is (254,24,164). Sum of RGB (Red+Green+Blue) = 254+24+164=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE18A4 is #01E75B. Grayscale: #6C6C6C. Windows color (decimal): -124764 or 10754302. OLE color: 10754302.

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

Color convert

RGB 254 24 164 -
CMYK 0 0.91 0.35 0.00
HSL 323.48º 0.99% 0.55% -
HSV(B) 323.48º 0.91% 1% -
XYZ 47.9 24.4 37.31 -
YUV 108.73 159.2 231.62 -
System Red Green Blue C M Y K H S L
Decimal 254 24 164 0 0.91 0.35 0.00 323.48 0.99 0.55
Hex FE 18 A4 0 5B 23 0 143 63 37
Octal 376 30 244 0 133 43 0 503 143 67
Binary 11111110 11000 10100100 0 1011011 100011 0 101000011 1100011 110111

Color Harmonies of #FE18A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18A4

Black with #FE18A4

Text Example


Text Example

White with #FE18A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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