#F918A9

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

Shades of Spicy Pink #F918A9

Tints of Spicy Pink #F918A9

Color information

#F918A9 (or 0xF918A9) is unknown color: approx Spicy Pink. HEX triplet: F9, 18 and A9. RGB value is (249,24,169). Sum of RGB (Red+Green+Blue) = 249+24+169=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F918A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918A9 is #06E756. Grayscale: #6B6B6B. Windows color (decimal): -452439 or 11081977. OLE color: 11081977.

HSL color Cylindrical-coordinate representation of color #F918A9: hue angle of 321.33º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918A9 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB24924169-
CMYK00.900.320.02
HSL321.33º94.94%53.53%-
HSV(B)321.33º90.36%97.65%-
XYZ46.5523.6639.65-
YUV107.8162.54228.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.33%
GREEN value IS 24 (9.77% from 255) = 5.43%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=56.33%
G=5.43%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492416900.900.320.02321.3394.9453.53
HexF918A905A2021415f36
Octal37130251013240250113766
Binary11111001110001010100101011010100000101010000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F918A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F918A9; }

 p { color: rgb(249,24,169); }

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

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

 a { background-color: rgb(249,24,169); }

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

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

 span { border-color: rgb(249,24,169); }

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