#F005C1

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

Shades of Shocking Pink #F005C1

Tints of Shocking Pink #F005C1

Color information

#F005C1 (or 0xF005C1) is unknown color: approx Shocking Pink. HEX triplet: F0, 05 and C1. RGB value is (240,5,193). Sum of RGB (Red+Green+Blue) = 240+5+193=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F005C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005C1 is #0FFA3E. Grayscale: #606060. Windows color (decimal): -1047103 or 12649968. OLE color: 12649968.

HSL color Cylindrical-coordinate representation of color #F005C1: hue angle of 312º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005C1 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB2405193-
CMYK00.980.200.06
HSL312º95.92%48.04%-
HSV(B)312º97.92%94.12%-
XYZ45.6222.4852.39-
YUV96.7182.36230.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.79%
GREEN value IS 5 (2.34% from 255) = 1.14%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=54.79%
G=1.14%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240519300.980.200.0631295.9248.04
HexF05C10621461386030
Octal3605301014224647014060
Binary111100001011100000101100010101001101001110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F005C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F005C1; }

 p { color: rgb(240,5,193); }

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

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

 a { background-color: rgb(240,5,193); }

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

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

 span { border-color: rgb(240,5,193); }

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