#f01ecf

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

Shades of Shocking Pink #F01ECF

Tints of Shocking Pink #F01ECF

Color information

#F01ECF (or 0xF01ECF) is unknown color: approx Shocking Pink. HEX triplet: F0, 1E and CF. RGB value is (240,30,207). Sum of RGB (Red+Green+Blue) = 240+30+207=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ECF is #0FE130. Grayscale: #707070. Windows color (decimal): -1040689 or 13573872. OLE color: 13573872.

HSL color Cylindrical-coordinate representation of color #F01ECF: hue angle of 309.43º 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 #F01ECF is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB24030207-
CMYK00.870.140.06
HSL309.43º87.5%52.94%-
HSV(B)309.43º87.5%94.12%-
XYZ47.6623.9661.14-
YUV112.97181.07218.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.31%
GREEN value IS 30 (12.11% from 255) = 6.29%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=50.31%
G=6.29%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403020700.870.140.06309.4387.552.94
HexF01ECF057E61355835
Octal36036317012716646513065
Binary1111000011110110011110101011111101101001101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f01ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f01ecf; }

 p { color: rgb(240,30,207); }

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

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

 a { background-color: rgb(240,30,207); }

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

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

 span { border-color: rgb(240,30,207); }

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