Html Css Color HEX #FE18BC Shocking Pink

📋 copy color: '#FE18BC'

red 254 ◦ green 24 ◦ blue 188

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

Shades of Shocking Pink #FE18BC

Tints of Shocking Pink #FE18BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.15%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 54.51%
G = 5.15%
B = 40.34%

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

#FE18BC (or 0xFE18BC) is known color: Shocking Pink. HEX triplet: FE, 18 and BC. RGB value is (254,24,188). Sum of RGB (Red+Green+Blue) = 254+24+188=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18BC is #01E743. Grayscale: #6F6F6F. Windows color (decimal): -124740 or 12327166. OLE color: 12327166.

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

Color convert

RGB 254 24 188 -
CMYK 0 0.91 0.26 0.00
HSL 317.22º 0.99% 0.55% -
HSV(B) 317.22º 0.91% 1% -
XYZ 50.28 25.35 49.82 -
YUV 111.47 171.2 229.66 -
System Red Green Blue C M Y K H S L
Decimal 254 24 188 0 0.91 0.26 0.00 317.22 0.99 0.55
Hex FE 18 BC 0 5B 1A 0 13D 63 37
Octal 376 30 274 0 133 32 0 475 143 67
Binary 11111110 11000 10111100 0 1011011 11010 0 100111101 1100011 110111

Color Harmonies of #FE18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18BC

Black with #FE18BC

Text Example


Text Example

White with #FE18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18BC; }

 p { color: rgb(254,24,188); }

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

background-color css

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

 a { background-color: rgb(254,24,188); }

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

border-color css

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

 span { border-color: rgb(254,24,188); }

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