Html Css Color HEX #FE17BA Shocking Pink

📋 copy color: '#FE17BA'

red 254 ◦ green 23 ◦ blue 186

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

Shades of Shocking Pink #FE17BA

Tints of Shocking Pink #FE17BA

RGB

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

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

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

R = 54.86%
G = 4.97%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE17BA (or 0xFE17BA) is known color: Shocking Pink. HEX triplet: FE, 17 and BA. RGB value is (254,23,186). Sum of RGB (Red+Green+Blue) = 254+23+186=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17BA is #01E845. Grayscale: #6E6E6E. Windows color (decimal): -124998 or 12195838. OLE color: 12195838.

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

Color convert

RGB 254 23 186 -
CMYK 0 0.91 0.27 0.00
HSL 317.66º 0.99% 0.54% -
HSV(B) 317.66º 0.91% 1% -
XYZ 50.04 25.23 48.69 -
YUV 110.65 170.53 230.25 -
System Red Green Blue C M Y K H S L
Decimal 254 23 186 0 0.91 0.27 0.00 317.66 0.99 0.54
Hex FE 17 BA 0 5B 1B 0 13E 63 36
Octal 376 27 272 0 133 33 0 476 143 66
Binary 11111110 10111 10111010 0 1011011 11011 0 100111110 1100011 110110

Color Harmonies of #FE17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE17BA

Black with #FE17BA

Text Example


Text Example

White with #FE17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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