#f119b2

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

Shades of Spicy Pink #F119B2

Tints of Spicy Pink #F119B2

Color information

#F119B2 (or 0xF119B2) is unknown color: approx Spicy Pink. HEX triplet: F1, 19 and B2. RGB value is (241,25,178). Sum of RGB (Red+Green+Blue) = 241+25+178=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F119B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119B2 is #0EE64D. Grayscale: #6A6A6A. Windows color (decimal): -976462 or 11672049. OLE color: 11672049.

HSL color Cylindrical-coordinate representation of color #F119B2: hue angle of 317.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119B2 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24125178-
CMYK00.900.260.05
HSL317.5º88.52%52.16%-
HSV(B)317.5º89.63%94.51%-
XYZ44.6622.6144.13-
YUV107.03168.06223.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 25 (10.16% from 255) = 5.63%
BLUE value IS 178 (69.92% from 255) = 40.09%
R=54.28%
G=5.63%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412517800.900.260.05317.588.5252.16
HexF119B205A1A513e5934
Octal36131262013232547613164
Binary11110001110011011001001011010110101011001111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f119b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f119b2; }

 p { color: rgb(241,25,178); }

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

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

 a { background-color: rgb(241,25,178); }

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

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

 span { border-color: rgb(241,25,178); }

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