#FE18C5

Color #FE18C5 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FE18C5

Tints of Shocking Pink #FE18C5

Color information

#FE18C5 (or 0xFE18C5) is unknown color: approx Shocking Pink. HEX triplet: FE, 18 and C5. RGB value is (254,24,197). Sum of RGB (Red+Green+Blue) = 254+24+197=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18C5 is #01E73A. Grayscale: #707070. Windows color (decimal): -124731 or 12916990. OLE color: 12916990.

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

Color convert

RGB25424197-
CMYK00.910.220.00
HSL314.87º99.14%54.51%-
HSV(B)314.87º90.55%99.61%-
XYZ51.2825.7655.09-
YUV112.49175.7228.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 24 (9.77% from 255) = 5.05%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=53.47%
G=5.05%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542419700.910.220.00314.8799.1454.51
HexFE18C505B16013b6337
Octal37630305013326047314367
Binary111111101100011000101010110111011001001110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE18C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE18C5; }

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

 H1.HeaderClassName
 {
   color: #FE18C5;
 }
 .AnyTagClassName
 {
   color: #FE18C5;
 }
</style>
background-color css

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

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

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

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

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

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