Html Css Color HEX #FE26B5 Spicy Pink

📋 copy color: '#FE26B5'

red 254 ◦ green 38 ◦ blue 181

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

Shades of Spicy Pink #FE26B5

Tints of Spicy Pink #FE26B5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.03%

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

R = 53.7%
G = 8.03%
B = 38.27%

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

#FE26B5 (or 0xFE26B5) is known color: Spicy Pink. HEX triplet: FE, 26 and B5. RGB value is (254,38,181). Sum of RGB (Red+Green+Blue) = 254+38+181=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE26B5 is #01D94A. Grayscale: #767676. Windows color (decimal): -121163 or 11871998. OLE color: 11871998.

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

Color convert

RGB 254 38 181 -
CMYK 0 0.85 0.29 0.00
HSL 320.28º 0.99% 0.57% -
HSV(B) 320.28º 0.85% 1% -
XYZ 49.91 25.79 46.06 -
YUV 118.89 163.06 224.37 -
System Red Green Blue C M Y K H S L
Decimal 254 38 181 0 0.85 0.29 0.00 320.28 0.99 0.57
Hex FE 26 B5 0 55 1D 0 140 63 39
Octal 376 46 265 0 125 35 0 500 143 71
Binary 11111110 100110 10110101 0 1010101 11101 0 101000000 1100011 111001

Color Harmonies of #FE26B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE26B5

Black with #FE26B5

Text Example


Text Example

White with #FE26B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE26B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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