#F01DC8

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

Shades of Shocking Pink #F01DC8

Tints of Shocking Pink #F01DC8

Color information

#F01DC8 (or 0xF01DC8) is unknown color: approx Shocking Pink. HEX triplet: F0, 1D and C8. RGB value is (240,29,200). Sum of RGB (Red+Green+Blue) = 240+29+200=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DC8 is #0FE237. Grayscale: #6F6F6F. Windows color (decimal): -1040952 or 13114864. OLE color: 13114864.

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

Color convert

RGB24029200-
CMYK00.880.170.06
HSL311.37º87.55%52.75%-
HSV(B)311.37º87.92%94.12%-
XYZ46.823.5756.73-
YUV111.58177.9219.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.17%
GREEN value IS 29 (11.72% from 255) = 6.18%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=51.17%
G=6.18%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402920000.880.170.06311.3787.5552.75
HexF01DC80581161375835
Octal36035310013021646713065
Binary11110000111011100100001011000100011101001101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01DC8; }

 p { color: rgb(240,29,200); }

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

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

 a { background-color: rgb(240,29,200); }

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

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

 span { border-color: rgb(240,29,200); }

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