#F51BA9

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

Shades of Spicy Pink #F51BA9

Tints of Spicy Pink #F51BA9

Color information

#F51BA9 (or 0xF51BA9) is unknown color: approx Spicy Pink. HEX triplet: F5, 1B and A9. RGB value is (245,27,169). Sum of RGB (Red+Green+Blue) = 245+27+169=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51BA9 is #0AE456. Grayscale: #6C6C6C. Windows color (decimal): -713815 or 11082741. OLE color: 11082741.

HSL color Cylindrical-coordinate representation of color #F51BA9: hue angle of 320.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BA9 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24527169-
CMYK00.890.310.04
HSL320.92º91.6%53.33%-
HSV(B)320.92º88.98%96.08%-
XYZ45.2123.0639.6-
YUV108.37162.22225.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.56%
GREEN value IS 27 (10.94% from 255) = 6.12%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=55.56%
G=6.12%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452716900.890.310.04320.9291.653.33
HexF51BA90591F41415c35
Octal36533251013137450113465
Binary11110101110111010100101011001111111001010000011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51BA9; }

 p { color: rgb(245,27,169); }

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

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

 a { background-color: rgb(245,27,169); }

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

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

 span { border-color: rgb(245,27,169); }

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