#FE15CF

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

Shades of Shocking Pink #FE15CF

Tints of Shocking Pink #FE15CF

Color information

#FE15CF (or 0xFE15CF) is unknown color: approx Shocking Pink. HEX triplet: FE, 15 and CF. RGB value is (254,21,207). Sum of RGB (Red+Green+Blue) = 254+21+207=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15CF is #01EA30. Grayscale: #6F6F6F. Windows color (decimal): -125489 or 13571582. OLE color: 13571582.

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

Color convert

RGB25421207-
CMYK00.920.190.00
HSL312.1º99.15%53.92%-
HSV(B)312.1º91.73%99.61%-
XYZ52.426.1161.31-
YUV111.87181.69229.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 21 (8.59% from 255) = 4.36%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=52.70%
G=4.36%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542120700.920.190.00312.199.1553.92
HexFE15CF05C1301386336
Octal37625317013423047014366
Binary111111101010111001111010111001001101001110001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE15CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE15CF; }

 p { color: rgb(254,21,207); }

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

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

 a { background-color: rgb(254,21,207); }

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

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

 span { border-color: rgb(254,21,207); }

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