#F010D1

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

Shades of Shocking Pink #F010D1

Tints of Shocking Pink #F010D1

Color information

#F010D1 (or 0xF010D1) is unknown color: approx Shocking Pink. HEX triplet: F0, 10 and D1. RGB value is (240,16,209). Sum of RGB (Red+Green+Blue) = 240+16+209=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F010D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010D1 is #0FEF2E. Grayscale: #686868. Windows color (decimal): -1044271 or 13701360. OLE color: 13701360.

HSL color Cylindrical-coordinate representation of color #F010D1: hue angle of 308.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010D1 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB24016209-
CMYK00.930.130.06
HSL308.3º88.19%50.2%-
HSV(B)308.3º93.33%94.12%-
XYZ47.6323.562.35-
YUV104.98186.71224.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 16 (6.64% from 255) = 3.44%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=51.61%
G=3.44%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401620900.930.130.06308.388.1950.2
HexF010D105DD61345832
Octal36020321013515646413062
Binary1111000010000110100010101110111011101001101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F010D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F010D1; }

 p { color: rgb(240,16,209); }

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

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

 a { background-color: rgb(240,16,209); }

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

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

 span { border-color: rgb(240,16,209); }

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