#F10CCA

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

Shades of Shocking Pink #F10CCA

Tints of Shocking Pink #F10CCA

Color information

#F10CCA (or 0xF10CCA) is unknown color: approx Shocking Pink. HEX triplet: F1, 0C and CA. RGB value is (241,12,202). Sum of RGB (Red+Green+Blue) = 241+12+202=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CCA is #0EF335. Grayscale: #656565. Windows color (decimal): -979766 or 13241585. OLE color: 13241585.

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

Color convert

RGB24112202-
CMYK00.950.160.05
HSL310.22º90.51%49.61%-
HSV(B)310.22º95.02%94.51%-
XYZ47.0723.2357.88-
YUV102.13184.37227.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 12 (5.08% from 255) = 2.64%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=52.97%
G=2.64%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411220200.950.160.05310.2290.5149.61
HexF1CCA05F1051365b32
Octal36114312013720546613362
Binary1111000111001100101001011111100001011001101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10CCA; }

 p { color: rgb(241,12,202); }

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

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

 a { background-color: rgb(241,12,202); }

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

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

 span { border-color: rgb(241,12,202); }

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