Html Css Color HEX #FE25BC Spicy Pink

📋 copy color: '#FE25BC'

red 254 ◦ green 37 ◦ blue 188

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

Shades of Spicy Pink #FE25BC

Tints of Spicy Pink #FE25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 53.03%
G = 7.72%
B = 39.25%

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

#FE25BC (or 0xFE25BC) is known color: Spicy Pink. HEX triplet: FE, 25 and BC. RGB value is (254,37,188). Sum of RGB (Red+Green+Blue) = 254+37+188=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25BC is #01DA43. Grayscale: #767676. Windows color (decimal): -121412 or 12330494. OLE color: 12330494.

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

Color convert

RGB 254 37 188 -
CMYK 0 0.85 0.26 0.00
HSL 318.25º 0.99% 0.57% -
HSV(B) 318.25º 0.85% 1% -
XYZ 50.61 26.02 49.93 -
YUV 119.1 166.89 224.22 -
System Red Green Blue C M Y K H S L
Decimal 254 37 188 0 0.85 0.26 0.00 318.25 0.99 0.57
Hex FE 25 BC 0 55 1A 0 13E 63 39
Octal 376 45 274 0 125 32 0 476 143 71
Binary 11111110 100101 10111100 0 1010101 11010 0 100111110 1100011 111001

Color Harmonies of #FE25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25BC

Black with #FE25BC

Text Example


Text Example

White with #FE25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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