#F60DC3

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

Shades of Shocking Pink #F60DC3

Tints of Shocking Pink #F60DC3

Color information

#F60DC3 (or 0xF60DC3) is unknown color: approx Shocking Pink. HEX triplet: F6, 0D and C3. RGB value is (246,13,195). Sum of RGB (Red+Green+Blue) = 246+13+195=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DC3 is #09F23C. Grayscale: #666666. Windows color (decimal): -651837 or 12783094. OLE color: 12783094.

HSL color Cylindrical-coordinate representation of color #F60DC3: hue angle of 313.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60DC3 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB24613195-
CMYK00.950.210.04
HSL313.13º92.83%50.78%-
HSV(B)313.13º94.72%96.47%-
XYZ4823.8253.7-
YUV103.42179.69229.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.19%
GREEN value IS 13 (5.47% from 255) = 2.86%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=54.19%
G=2.86%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461319500.950.210.04313.1392.8350.78
HexF6DC305F1541395d33
Octal36615303013725447113563
Binary1111011011011100001101011111101011001001110011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60DC3; }

 p { color: rgb(246,13,195); }

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

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

 a { background-color: rgb(246,13,195); }

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

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

 span { border-color: rgb(246,13,195); }

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