#FE18C4

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

Shades of Shocking Pink #FE18C4

Tints of Shocking Pink #FE18C4

Color information

#FE18C4 (or 0xFE18C4) is unknown color: approx Shocking Pink. HEX triplet: FE, 18 and C4. RGB value is (254,24,196). Sum of RGB (Red+Green+Blue) = 254+24+196=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18C4 is #01E73B. Grayscale: #6F6F6F. Windows color (decimal): -124732 or 12851454. OLE color: 12851454.

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

Color convert

RGB25424196-
CMYK00.910.230.00
HSL315.13º99.14%54.51%-
HSV(B)315.13º90.55%99.61%-
XYZ51.1625.7154.49-
YUV112.38175.2229.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.59%
GREEN value IS 24 (9.77% from 255) = 5.06%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=53.59%
G=5.06%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542419600.910.230.00315.1399.1454.51
HexFE18C405B17013b6337
Octal37630304013327047314367
Binary111111101100011000100010110111011101001110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE18C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE18C4; }

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

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

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

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

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

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

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

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