Html Css Color HEX #FE28BA Spicy Pink

📋 copy color: '#FE28BA'

red 254 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #FE28BA

Tints of Spicy Pink #FE28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.33%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 52.92%
G = 8.33%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE28BA (or 0xFE28BA) is known color: Spicy Pink. HEX triplet: FE, 28 and BA. RGB value is (254,40,186). Sum of RGB (Red+Green+Blue) = 254+40+186=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28BA is #01D745. Grayscale: #787878. Windows color (decimal): -120646 or 12200190. OLE color: 12200190.

HSL color Cylindrical-coordinate representation of color #FE28BA: hue angle of 319.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28BA is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 40 186 -
CMYK 0 0.84 0.27 0.00
HSL 319.07º 0.99% 0.58% -
HSV(B) 319.07º 0.84% 1% -
XYZ 50.49 26.13 48.84 -
YUV 120.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 254 40 186 0 0.84 0.27 0.00 319.07 0.99 0.58
Hex FE 28 BA 0 54 1B 0 13F 63 3A
Octal 376 50 272 0 124 33 0 477 143 72
Binary 11111110 101000 10111010 0 1010100 11011 0 100111111 1100011 111010

Color Harmonies of #FE28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28BA

Black with #FE28BA

Text Example


Text Example

White with #FE28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28BA; }

 p { color: rgb(254,40,186); }

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

background-color css

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

 a { background-color: rgb(254,40,186); }

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

border-color css

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

 span { border-color: rgb(254,40,186); }

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