Html Css Color HEX #FE25BB Spicy Pink

📋 copy color: '#FE25BB'

red 254 ◦ green 37 ◦ blue 187

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

Shades of Spicy Pink #FE25BB

Tints of Spicy Pink #FE25BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 53.14%
G = 7.74%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE25BB (or 0xFE25BB) is known color: Spicy Pink. HEX triplet: FE, 25 and BB. RGB value is (254,37,187). Sum of RGB (Red+Green+Blue) = 254+37+187=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25BB is #01DA44. Grayscale: #767676. Windows color (decimal): -121413 or 12264958. OLE color: 12264958.

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

Color convert

RGB 254 37 187 -
CMYK 0 0.85 0.26 0.00
HSL 318.53º 0.99% 0.57% -
HSV(B) 318.53º 0.85% 1% -
XYZ 50.5 25.98 49.37 -
YUV 118.98 166.39 224.3 -
System Red Green Blue C M Y K H S L
Decimal 254 37 187 0 0.85 0.26 0.00 318.53 0.99 0.57
Hex FE 25 BB 0 55 1A 0 13F 63 39
Octal 376 45 273 0 125 32 0 477 143 71
Binary 11111110 100101 10111011 0 1010101 11010 0 100111111 1100011 111001

Color Harmonies of #FE25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25BB

Black with #FE25BB

Text Example


Text Example

White with #FE25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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