#F615B4

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

Shades of Spicy Pink #F615B4

Tints of Spicy Pink #F615B4

Color information

#F615B4 (or 0xF615B4) is unknown color: approx Spicy Pink. HEX triplet: F6, 15 and B4. RGB value is (246,21,180). Sum of RGB (Red+Green+Blue) = 246+21+180=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F615B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615B4 is #09EA4B. Grayscale: #696969. Windows color (decimal): -649804 or 11802102. OLE color: 11802102.

HSL color Cylindrical-coordinate representation of color #F615B4: hue angle of 317.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615B4 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB24621180-
CMYK00.910.270.04
HSL317.6º92.59%52.35%-
HSV(B)317.6º91.46%96.47%-
XYZ46.5123.4245.25-
YUV106.4169.54227.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.03%
GREEN value IS 21 (8.59% from 255) = 4.70%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=55.03%
G=4.70%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462118000.910.270.04317.692.5952.35
HexF615B405B1B413e5d34
Octal36625264013333447613564
Binary11110110101011011010001011011110111001001111101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F615B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F615B4; }

 p { color: rgb(246,21,180); }

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

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

 a { background-color: rgb(246,21,180); }

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

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

 span { border-color: rgb(246,21,180); }

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