#F12CB6

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

Shades of Spicy Pink #F12CB6

Tints of Spicy Pink #F12CB6

Color information

#F12CB6 (or 0xF12CB6) is unknown color: approx Spicy Pink. HEX triplet: F1, 2C and B6. RGB value is (241,44,182). Sum of RGB (Red+Green+Blue) = 241+44+182=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CB6 is #0ED349. Grayscale: #767676. Windows color (decimal): -971594 or 11939057. OLE color: 11939057.

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

Color convert

RGB24144182-
CMYK00.820.240.05
HSL317.97º87.56%55.88%-
HSV(B)317.97º81.74%94.51%-
XYZ45.6223.8846.46-
YUV118.64163.77215.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 44 (17.58% from 255) = 9.42%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=51.61%
G=9.42%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414418200.820.240.05317.9787.5655.88
HexF12CB605218513e5838
Octal36154266012230547613070
Binary111100011011001011011001010010110001011001111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12CB6; }

 p { color: rgb(241,44,182); }

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

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

 a { background-color: rgb(241,44,182); }

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

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

 span { border-color: rgb(241,44,182); }

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