#f01fcf

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

Shades of Shocking Pink #F01FCF

Tints of Shocking Pink #F01FCF

Color information

#F01FCF (or 0xF01FCF) is unknown color: approx Shocking Pink. HEX triplet: F0, 1F and CF. RGB value is (240,31,207). Sum of RGB (Red+Green+Blue) = 240+31+207=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01FCF is #0FE030. Grayscale: #717171. Windows color (decimal): -1040433 or 13574128. OLE color: 13574128.

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

Color convert

RGB24031207-
CMYK00.870.140.06
HSL309.47º87.45%53.14%-
HSV(B)309.47º87.08%94.12%-
XYZ47.6924.0161.15-
YUV113.56180.74218.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.21%
GREEN value IS 31 (12.5% from 255) = 6.49%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=50.21%
G=6.49%
B=43.31%

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
Decimal2403120700.870.140.06309.4787.4553.14
HexF01FCF057E61355735
Octal36037317012716646512765
Binary1111000011111110011110101011111101101001101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f01fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f01fcf; }

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

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

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

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

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

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

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

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