#fe07c0

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

Shades of Shocking Pink #FE07C0

Tints of Shocking Pink #FE07C0

Color information

#FE07C0 (or 0xFE07C0) is unknown color: approx Shocking Pink. HEX triplet: FE, 07 and C0. RGB value is (254,7,192). Sum of RGB (Red+Green+Blue) = 254+7+192=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07C0 is #01F83F. Grayscale: #656565. Windows color (decimal): -129088 or 12584958. OLE color: 12584958.

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

Color convert

RGB2547192-
CMYK00.970.240.00
HSL315.06º99.2%51.18%-
HSV(B)315.06º97.24%99.61%-
XYZ50.4625.0352.04-
YUV101.94178.83236.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.07%
GREEN value IS 7 (3.12% from 255) = 1.55%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=56.07%
G=1.55%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254719200.970.240.00315.0699.251.18
HexFE7C006118013b6333
Octal3767300014130047314363
Binary1111111011111000000011000011100001001110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe07c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe07c0; }

 p { color: rgb(254,7,192); }

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

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

 a { background-color: rgb(254,7,192); }

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

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

 span { border-color: rgb(254,7,192); }

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