Html Css Color HEX #FE23AF Spicy Pink

📋 copy color: '#FE23AF'

red 254 ◦ green 35 ◦ blue 175

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

Shades of Spicy Pink #FE23AF

Tints of Spicy Pink #FE23AF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.54%

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

R = 54.74%
G = 7.54%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE23AF (or 0xFE23AF) is known color: Spicy Pink. HEX triplet: FE, 23 and AF. RGB value is (254,35,175). Sum of RGB (Red+Green+Blue) = 254+35+175=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE23AF is #01DC50. Grayscale: #747474. Windows color (decimal): -121937 or 11478014. OLE color: 11478014.

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

Color convert

RGB 254 35 175 -
CMYK 0 0.86 0.31 0.00
HSL 321.64º 0.99% 0.57% -
HSV(B) 321.64º 0.86% 1% -
XYZ 49.21 25.37 42.86 -
YUV 116.44 161.05 226.12 -
System Red Green Blue C M Y K H S L
Decimal 254 35 175 0 0.86 0.31 0.00 321.64 0.99 0.57
Hex FE 23 AF 0 56 1F 0 142 63 39
Octal 376 43 257 0 126 37 0 502 143 71
Binary 11111110 100011 10101111 0 1010110 11111 0 101000010 1100011 111001

Color Harmonies of #FE23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE23AF

Black with #FE23AF

Text Example


Text Example

White with #FE23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE23AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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