Html Css Color HEX #FE15BD Shocking Pink

📋 copy color: '#FE15BD'

red 254 ◦ green 21 ◦ blue 189

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

Shades of Shocking Pink #FE15BD

Tints of Shocking Pink #FE15BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 54.74%
G = 4.53%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE15BD (or 0xFE15BD) is known color: Shocking Pink. HEX triplet: FE, 15 and BD. RGB value is (254,21,189). Sum of RGB (Red+Green+Blue) = 254+21+189=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15BD is #01EA42. Grayscale: #6D6D6D. Windows color (decimal): -125507 or 12391934. OLE color: 12391934.

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

Color convert

RGB 254 21 189 -
CMYK 0 0.92 0.26 0.00
HSL 316.74º 0.99% 0.54% -
HSV(B) 316.74º 0.92% 1% -
XYZ 50.33 25.28 50.37 -
YUV 109.82 172.69 230.84 -
System Red Green Blue C M Y K H S L
Decimal 254 21 189 0 0.92 0.26 0.00 316.74 0.99 0.54
Hex FE 15 BD 0 5C 1A 0 13D 63 36
Octal 376 25 275 0 134 32 0 475 143 66
Binary 11111110 10101 10111101 0 1011100 11010 0 100111101 1100011 110110

Color Harmonies of #FE15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15BD

Black with #FE15BD

Text Example


Text Example

White with #FE15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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