Html Css Color HEX #FE25B5 Spicy Pink

📋 copy color: '#FE25B5'

red 254 ◦ green 37 ◦ blue 181

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

Shades of Spicy Pink #FE25B5

Tints of Spicy Pink #FE25B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 53.81%
G = 7.84%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE25B5 (or 0xFE25B5) is known color: Spicy Pink. HEX triplet: FE, 25 and B5. RGB value is (254,37,181). Sum of RGB (Red+Green+Blue) = 254+37+181=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25B5 is #01DA4A. Grayscale: #757575. Windows color (decimal): -121419 or 11871742. OLE color: 11871742.

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

Color convert

RGB 254 37 181 -
CMYK 0 0.85 0.29 0.00
HSL 320.18º 0.99% 0.57% -
HSV(B) 320.18º 0.85% 1% -
XYZ 49.88 25.73 46.05 -
YUV 118.3 163.39 224.79 -
System Red Green Blue C M Y K H S L
Decimal 254 37 181 0 0.85 0.29 0.00 320.18 0.99 0.57
Hex FE 25 B5 0 55 1D 0 140 63 39
Octal 376 45 265 0 125 35 0 500 143 71
Binary 11111110 100101 10110101 0 1010101 11101 0 101000000 1100011 111001

Color Harmonies of #FE25B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25B5

Black with #FE25B5

Text Example


Text Example

White with #FE25B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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