#FF12B3

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

Shades of Spicy Pink #FF12B3

Tints of Spicy Pink #FF12B3

Color information

#FF12B3 (or 0xFF12B3) is unknown color: approx Spicy Pink. HEX triplet: FF, 12 and B3. RGB value is (255,18,179). Sum of RGB (Red+Green+Blue) = 255+18+179=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12B3 is #00ED4C. Grayscale: #6A6A6A. Windows color (decimal): -60749 or 11735807. OLE color: 11735807.

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

Color convert

RGB25518179-
CMYK00.930.300
HSL319.24º100%53.53%-
HSV(B)319.24º92.94%100%-
XYZ49.5924.9544.85-
YUV107.22168.52233.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.42%
GREEN value IS 18 (7.42% from 255) = 3.98%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=56.42%
G=3.98%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551817900.930.300319.2410053.53
HexFF12B305D1E013f6436
Octal37722263013536047714466
Binary111111111001010110011010111011111001001111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12B3; }

 p { color: rgb(255,18,179); }

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

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

 a { background-color: rgb(255,18,179); }

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

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

 span { border-color: rgb(255,18,179); }

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