#F027B6

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

Shades of Spicy Pink #F027B6

Tints of Spicy Pink #F027B6

Color information

#F027B6 (or 0xF027B6) is unknown color: approx Spicy Pink. HEX triplet: F0, 27 and B6. RGB value is (240,39,182). Sum of RGB (Red+Green+Blue) = 240+39+182=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F027B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027B6 is #0FD849. Grayscale: #737373. Windows color (decimal): -1038410 or 11937776. OLE color: 11937776.

HSL color Cylindrical-coordinate representation of color #F027B6: hue angle of 317.31º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F027B6 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB24039182-
CMYK00.840.240.06
HSL317.31º87.01%54.71%-
HSV(B)317.31º83.75%94.12%-
XYZ45.123.3546.39-
YUV115.4165.59216.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 39 (15.62% from 255) = 8.46%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=52.06%
G=8.46%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403918200.840.240.06317.3187.0154.71
HexF027B605418613d5737
Octal36047266012430647512767
Binary111100001001111011011001010100110001101001111011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F027B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F027B6; }

 p { color: rgb(240,39,182); }

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

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

 a { background-color: rgb(240,39,182); }

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

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

 span { border-color: rgb(240,39,182); }

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