#F918AC

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

Shades of Spicy Pink #F918AC

Tints of Spicy Pink #F918AC

Color information

#F918AC (or 0xF918AC) is unknown color: approx Spicy Pink. HEX triplet: F9, 18 and AC. RGB value is (249,24,172). Sum of RGB (Red+Green+Blue) = 249+24+172=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F918AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918AC is #06E753. Grayscale: #6B6B6B. Windows color (decimal): -452436 or 11278585. OLE color: 11278585.

HSL color Cylindrical-coordinate representation of color #F918AC: hue angle of 320.53º 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 #F918AC is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB24924172-
CMYK00.900.310.02
HSL320.53º94.94%53.53%-
HSV(B)320.53º90.36%97.65%-
XYZ46.8423.7741.15-
YUV108.15164.04228.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 24 (9.77% from 255) = 5.39%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=55.96%
G=5.39%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492417200.900.310.02320.5394.9453.53
HexF918AC05A1F21415f36
Octal37130254013237250113766
Binary1111100111000101011000101101011111101010000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F918AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F918AC; }

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

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

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

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

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

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

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

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