#F11BBA

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

Shades of Shocking Pink #F11BBA

Tints of Shocking Pink #F11BBA

Color information

#F11BBA (or 0xF11BBA) is unknown color: approx Shocking Pink. HEX triplet: F1, 1B and BA. RGB value is (241,27,186). Sum of RGB (Red+Green+Blue) = 241+27+186=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BBA is #0EE445. Grayscale: #6C6C6C. Windows color (decimal): -975942 or 12196849. OLE color: 12196849.

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

Color convert

RGB24127186-
CMYK00.890.230.05
HSL315.42º88.43%52.55%-
HSV(B)315.42º88.8%94.51%-
XYZ45.5323.0348.5-
YUV109.11171.4222.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 27 (10.94% from 255) = 5.95%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=53.08%
G=5.95%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412718600.890.230.05315.4288.4352.55
HexF11BBA05917513b5835
Octal36133272013127547313065
Binary11110001110111011101001011001101111011001110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11BBA; }

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

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

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

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

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

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

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

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