#F319A0

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

Shades of Spicy Pink #F319A0

Tints of Spicy Pink #F319A0

Color information

#F319A0 (or 0xF319A0) is unknown color: approx Spicy Pink. HEX triplet: F3, 19 and A0. RGB value is (243,25,160). Sum of RGB (Red+Green+Blue) = 243+25+160=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F319A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F319A0 is #0CE65F. Grayscale: #696969. Windows color (decimal): -845408 or 10492403. OLE color: 10492403.

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

Color convert

RGB24325160-
CMYK00.900.340.05
HSL322.84º90.08%52.55%-
HSV(B)322.84º89.71%95.29%-
XYZ43.6522.2935.26-
YUV105.57158.72226.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.78%
GREEN value IS 25 (10.16% from 255) = 5.84%
BLUE value IS 160 (62.89% from 255) = 37.38%
R=56.78%
G=5.84%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432516000.900.340.05322.8490.0852.55
HexF319A005A2251435a35
Octal36331240013242550313265
Binary111100111100110100000010110101000101011010000111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F319A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F319A0; }

 p { color: rgb(243,25,160); }

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

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

 a { background-color: rgb(243,25,160); }

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

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

 span { border-color: rgb(243,25,160); }

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