#FF0CBB

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

Shades of Shocking Pink #FF0CBB

Tints of Shocking Pink #FF0CBB

Color information

#FF0CBB (or 0xFF0CBB) is unknown color: approx Shocking Pink. HEX triplet: FF, 0C and BB. RGB value is (255,12,187). Sum of RGB (Red+Green+Blue) = 255+12+187=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CBB is #00F344. Grayscale: #686868. Windows color (decimal): -62277 or 12258559. OLE color: 12258559.

HSL color Cylindrical-coordinate representation of color #FF0CBB: hue angle of 316.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CBB is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25512187-
CMYK00.950.270
HSL316.79º100%52.35%-
HSV(B)316.79º95.29%100%-
XYZ50.3425.1149.21-
YUV104.61174.51235.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 12 (5.08% from 255) = 2.64%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=56.17%
G=2.64%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551218700.950.270316.7910052.35
HexFFCBB05F1B013d6434
Octal37714273013733047514464
Binary11111111110010111011010111111101101001111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0CBB; }

 p { color: rgb(255,12,187); }

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

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

 a { background-color: rgb(255,12,187); }

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

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

 span { border-color: rgb(255,12,187); }

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