#FE1FC1

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

Shades of Shocking Pink #FE1FC1

Tints of Shocking Pink #FE1FC1

Color information

#FE1FC1 (or 0xFE1FC1) is unknown color: approx Shocking Pink. HEX triplet: FE, 1F and C1. RGB value is (254,31,193). Sum of RGB (Red+Green+Blue) = 254+31+193=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FC1 is #01E03E. Grayscale: #737373. Windows color (decimal): -122943 or 12656638. OLE color: 12656638.

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

Color convert

RGB25431193-
CMYK00.880.240.00
HSL316.41º99.11%55.88%-
HSV(B)316.41º87.8%99.61%-
XYZ50.9925.952.76-
YUV116.15171.38226.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.14%
GREEN value IS 31 (12.5% from 255) = 6.49%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=53.14%
G=6.49%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543119300.880.240.00316.4199.1155.88
HexFE1FC105818013c6338
Octal37637301013030047414370
Binary111111101111111000001010110001100001001111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1FC1; }

 p { color: rgb(254,31,193); }

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

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

 a { background-color: rgb(254,31,193); }

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

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

 span { border-color: rgb(254,31,193); }

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