Html Css Color HEX #FE25AC Spicy Pink

📋 copy color: '#FE25AC'

red 254 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #FE25AC

Tints of Spicy Pink #FE25AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.99%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 54.86%
G = 7.99%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE25AC (or 0xFE25AC) is known color: Spicy Pink. HEX triplet: FE, 25 and AC. RGB value is (254,37,172). Sum of RGB (Red+Green+Blue) = 254+37+172=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE25AC is #01DA53. Grayscale: #747474. Windows color (decimal): -121428 or 11281918. OLE color: 11281918.

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

Color convert

RGB 254 37 172 -
CMYK 0 0.85 0.32 0.00
HSL 322.67º 0.99% 0.57% -
HSV(B) 322.67º 0.85% 1% -
XYZ 48.98 25.37 41.35 -
YUV 117.27 158.89 225.52 -
System Red Green Blue C M Y K H S L
Decimal 254 37 172 0 0.85 0.32 0.00 322.67 0.99 0.57
Hex FE 25 AC 0 55 20 0 143 63 39
Octal 376 45 254 0 125 40 0 503 143 71
Binary 11111110 100101 10101100 0 1010101 100000 0 101000011 1100011 111001

Color Harmonies of #FE25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25AC

Black with #FE25AC

Text Example


Text Example

White with #FE25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25AC; }

 p { color: rgb(254,37,172); }

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

background-color css

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

 a { background-color: rgb(254,37,172); }

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

border-color css

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

 span { border-color: rgb(254,37,172); }

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