Html Css Color HEX #FE25AF Spicy Pink

📋 copy color: '#FE25AF'

red 254 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #FE25AF

Tints of Spicy Pink #FE25AF

RGB

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

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

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

R = 54.51%
G = 7.94%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE25AF (or 0xFE25AF) is known color: Spicy Pink. HEX triplet: FE, 25 and AF. RGB value is (254,37,175). Sum of RGB (Red+Green+Blue) = 254+37+175=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE25AF is #01DA50. Grayscale: #757575. Windows color (decimal): -121425 or 11478526. OLE color: 11478526.

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

Color convert

RGB 254 37 175 -
CMYK 0 0.85 0.31 0.00
HSL 321.84º 0.99% 0.57% -
HSV(B) 321.84º 0.85% 1% -
XYZ 49.27 25.49 42.88 -
YUV 117.62 160.39 225.28 -
System Red Green Blue C M Y K H S L
Decimal 254 37 175 0 0.85 0.31 0.00 321.84 0.99 0.57
Hex FE 25 AF 0 55 1F 0 142 63 39
Octal 376 45 257 0 125 37 0 502 143 71
Binary 11111110 100101 10101111 0 1010101 11111 0 101000010 1100011 111001

Color Harmonies of #FE25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25AF

Black with #FE25AF

Text Example


Text Example

White with #FE25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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