#F610CB

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

Shades of Shocking Pink #F610CB

Tints of Shocking Pink #F610CB

Color information

#F610CB (or 0xF610CB) is unknown color: approx Shocking Pink. HEX triplet: F6, 10 and CB. RGB value is (246,16,203). Sum of RGB (Red+Green+Blue) = 246+16+203=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F610CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610CB is #09EF34. Grayscale: #696969. Windows color (decimal): -651061 or 13308150. OLE color: 13308150.

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

Color convert

RGB24616203-
CMYK00.930.170.04
HSL311.22º92.74%51.37%-
HSV(B)311.22º93.5%96.47%-
XYZ48.9724.2858.6-
YUV106.09182.7227.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.90%
GREEN value IS 16 (6.64% from 255) = 3.44%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=52.90%
G=3.44%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461620300.930.170.04311.2292.7451.37
HexF610CB05D1141375d33
Octal36620313013521446713563
Binary11110110100001100101101011101100011001001101111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F610CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F610CB; }

 p { color: rgb(246,16,203); }

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

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

 a { background-color: rgb(246,16,203); }

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

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

 span { border-color: rgb(246,16,203); }

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