Html Css Color HEX #FE17BD Shocking Pink

📋 copy color: '#FE17BD'

red 254 ◦ green 23 ◦ blue 189

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

Shades of Shocking Pink #FE17BD

Tints of Shocking Pink #FE17BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.94%

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

R = 54.51%
G = 4.94%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE17BD (or 0xFE17BD) is known color: Shocking Pink. HEX triplet: FE, 17 and BD. RGB value is (254,23,189). Sum of RGB (Red+Green+Blue) = 254+23+189=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17BD is #01E842. Grayscale: #6E6E6E. Windows color (decimal): -124995 or 12392446. OLE color: 12392446.

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

Color convert

RGB 254 23 189 -
CMYK 0 0.91 0.26 0.00
HSL 316.88º 0.99% 0.54% -
HSV(B) 316.88º 0.91% 1% -
XYZ 50.36 25.36 50.38 -
YUV 110.99 172.03 230 -
System Red Green Blue C M Y K H S L
Decimal 254 23 189 0 0.91 0.26 0.00 316.88 0.99 0.54
Hex FE 17 BD 0 5B 1A 0 13D 63 36
Octal 376 27 275 0 133 32 0 475 143 66
Binary 11111110 10111 10111101 0 1011011 11010 0 100111101 1100011 110110

Color Harmonies of #FE17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE17BD

Black with #FE17BD

Text Example


Text Example

White with #FE17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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