#F914A4

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

Shades of Spicy Pink #F914A4

Tints of Spicy Pink #F914A4

Color information

#F914A4 (or 0xF914A4) is unknown color: approx Spicy Pink. HEX triplet: F9, 14 and A4. RGB value is (249,20,164). Sum of RGB (Red+Green+Blue) = 249+20+164=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F914A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914A4 is #06EB5B. Grayscale: #686868. Windows color (decimal): -453468 or 10753273. OLE color: 10753273.

HSL color Cylindrical-coordinate representation of color #F914A4: hue angle of 322.27º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914A4 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB24920164-
CMYK00.920.340.02
HSL322.27º95.02%52.75%-
HSV(B)322.27º91.97%97.65%-
XYZ46.0223.3237.2-
YUV104.89161.37230.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.51%
GREEN value IS 20 (8.20% from 255) = 4.62%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=57.51%
G=4.62%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492016400.920.340.02322.2795.0252.75
HexF914A405C2221425f35
Octal37124244013442250213765
Binary11111001101001010010001011100100010101010000101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F914A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F914A4; }

 p { color: rgb(249,20,164); }

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

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

 a { background-color: rgb(249,20,164); }

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

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

 span { border-color: rgb(249,20,164); }

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