Html Css Color HEX #FE15B8 Shocking Pink

📋 copy color: '#FE15B8'

red 254 ◦ green 21 ◦ blue 184

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

Shades of Shocking Pink #FE15B8

Tints of Shocking Pink #FE15B8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.58%

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 55.34%
G = 4.58%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE15B8 (or 0xFE15B8) is known color: Shocking Pink. HEX triplet: FE, 15 and B8. RGB value is (254,21,184). Sum of RGB (Red+Green+Blue) = 254+21+184=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15B8 is #01EA47. Grayscale: #6C6C6C. Windows color (decimal): -125512 or 12064254. OLE color: 12064254.

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

Color convert

RGB 254 21 184 -
CMYK 0 0.92 0.28 0.00
HSL 318.03º 0.99% 0.54% -
HSV(B) 318.03º 0.92% 1% -
XYZ 49.79 25.07 47.56 -
YUV 109.25 170.19 231.25 -
System Red Green Blue C M Y K H S L
Decimal 254 21 184 0 0.92 0.28 0.00 318.03 0.99 0.54
Hex FE 15 B8 0 5C 1C 0 13E 63 36
Octal 376 25 270 0 134 34 0 476 143 66
Binary 11111110 10101 10111000 0 1011100 11100 0 100111110 1100011 110110

Color Harmonies of #FE15B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15B8

Black with #FE15B8

Text Example


Text Example

White with #FE15B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15B8; }

 p { color: rgb(254,21,184); }

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

background-color css

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

 a { background-color: rgb(254,21,184); }

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

border-color css

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

 span { border-color: rgb(254,21,184); }

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