Html Css Color HEX #FE15AF Spicy Pink

📋 copy color: '#FE15AF'

red 254 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #FE15AF

Tints of Spicy Pink #FE15AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 56.44%
G = 4.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE15AF (or 0xFE15AF) is known color: Spicy Pink. HEX triplet: FE, 15 and AF. RGB value is (254,21,175). Sum of RGB (Red+Green+Blue) = 254+21+175=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE15AF is #01EA50. Grayscale: #6B6B6B. Windows color (decimal): -125521 or 11474430. OLE color: 11474430.

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

Color convert

RGB 254 21 175 -
CMYK 0 0.92 0.31 0.00
HSL 320.34º 0.99% 0.54% -
HSV(B) 320.34º 0.92% 1% -
XYZ 48.88 24.7 42.75 -
YUV 108.22 165.69 231.98 -
System Red Green Blue C M Y K H S L
Decimal 254 21 175 0 0.92 0.31 0.00 320.34 0.99 0.54
Hex FE 15 AF 0 5C 1F 0 140 63 36
Octal 376 25 257 0 134 37 0 500 143 66
Binary 11111110 10101 10101111 0 1011100 11111 0 101000000 1100011 110110

Color Harmonies of #FE15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15AF

Black with #FE15AF

Text Example


Text Example

White with #FE15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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