#f315a0

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

Shades of Deep Pink #F315A0

Tints of Deep Pink #F315A0

Color information

#F315A0 (or 0xF315A0) is unknown color: approx Deep Pink. HEX triplet: F3, 15 and A0. RGB value is (243,21,160). Sum of RGB (Red+Green+Blue) = 243+21+160=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F315A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315A0 is #0CEA5F. Grayscale: #666666. Windows color (decimal): -846432 or 10491379. OLE color: 10491379.

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

Color convert

RGB24321160-
CMYK00.910.340.05
HSL322.43º90.24%51.76%-
HSV(B)322.43º91.36%95.29%-
XYZ43.5822.1335.23-
YUV103.22160.05227.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.31%
GREEN value IS 21 (8.59% from 255) = 4.95%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=57.31%
G=4.95%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432116000.910.340.05322.4390.2451.76
HexF315A005B2251425a34
Octal36325240013342550213264
Binary111100111010110100000010110111000101011010000101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f315a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f315a0; }

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

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

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

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

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

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

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

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