#F11CBA

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

Shades of Shocking Pink #F11CBA

Tints of Shocking Pink #F11CBA

Color information

#F11CBA (or 0xF11CBA) is unknown color: approx Shocking Pink. HEX triplet: F1, 1C and BA. RGB value is (241,28,186). Sum of RGB (Red+Green+Blue) = 241+28+186=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CBA is #0EE345. Grayscale: #6D6D6D. Windows color (decimal): -975686 or 12197105. OLE color: 12197105.

HSL color Cylindrical-coordinate representation of color #F11CBA: hue angle of 315.49º 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 #F11CBA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24128186-
CMYK00.880.230.05
HSL315.49º88.38%52.75%-
HSV(B)315.49º88.38%94.51%-
XYZ45.5523.0848.51-
YUV109.7171.07221.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 28 (11.33% from 255) = 6.15%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=52.97%
G=6.15%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412818600.880.230.05315.4988.3852.75
HexF11CBA05817513b5835
Octal36134272013027547313065
Binary11110001111001011101001011000101111011001110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11CBA; }

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

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

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

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

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

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

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

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