#F10FCF

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

Shades of Shocking Pink #F10FCF

Tints of Shocking Pink #F10FCF

Color information

#F10FCF (or 0xF10FCF) is unknown color: approx Shocking Pink. HEX triplet: F1, 0F and CF. RGB value is (241,15,207). Sum of RGB (Red+Green+Blue) = 241+15+207=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FCF is #0EF030. Grayscale: #676767. Windows color (decimal): -978993 or 13570033. OLE color: 13570033.

HSL color Cylindrical-coordinate representation of color #F10FCF: hue angle of 309.03º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FCF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24115207-
CMYK00.940.140.05
HSL309.03º88.98%50.2%-
HSV(B)309.03º93.78%94.51%-
XYZ47.7123.5561.06-
YUV104.46185.87225.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 15 (6.25% from 255) = 3.24%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=52.05%
G=3.24%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411520700.940.140.05309.0388.9850.2
HexF1FCF05EE51355932
Octal36117317013616546513162
Binary111100011111110011110101111011101011001101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10FCF; }

 p { color: rgb(241,15,207); }

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

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

 a { background-color: rgb(241,15,207); }

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

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

 span { border-color: rgb(241,15,207); }

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