#F11CCE

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

Shades of Shocking Pink #F11CCE

Tints of Shocking Pink #F11CCE

Color information

#F11CCE (or 0xF11CCE) is unknown color: approx Shocking Pink. HEX triplet: F1, 1C and CE. RGB value is (241,28,206). Sum of RGB (Red+Green+Blue) = 241+28+206=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CCE is #0EE331. Grayscale: #6F6F6F. Windows color (decimal): -975666 or 13507825. OLE color: 13507825.

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

Color convert

RGB24128206-
CMYK00.880.150.05
HSL309.86º88.38%52.75%-
HSV(B)309.86º88.38%94.51%-
XYZ47.8323.9960.5-
YUV111.98181.07220.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 28 (11.33% from 255) = 5.89%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=50.74%
G=5.89%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412820600.880.150.05309.8688.3852.75
HexF11CCE058F51365835
Octal36134316013017546613065
Binary1111000111100110011100101100011111011001101101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11CCE; }

 p { color: rgb(241,28,206); }

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

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

 a { background-color: rgb(241,28,206); }

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

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

 span { border-color: rgb(241,28,206); }

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