#F027B5

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

Shades of Spicy Pink #F027B5

Tints of Spicy Pink #F027B5

Color information

#F027B5 (or 0xF027B5) is unknown color: approx Spicy Pink. HEX triplet: F0, 27 and B5. RGB value is (240,39,181). Sum of RGB (Red+Green+Blue) = 240+39+181=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F027B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027B5 is #0FD84A. Grayscale: #727272. Windows color (decimal): -1038411 or 11872240. OLE color: 11872240.

HSL color Cylindrical-coordinate representation of color #F027B5: hue angle of 317.61º 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 #F027B5 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB24039181-
CMYK00.840.250.06
HSL317.61º87.01%54.71%-
HSV(B)317.61º83.75%94.12%-
XYZ4523.3145.84-
YUV115.29165.09216.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.17%
GREEN value IS 39 (15.62% from 255) = 8.48%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=52.17%
G=8.48%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403918100.840.250.06317.6187.0154.71
HexF027B505419613e5737
Octal36047265012431647612767
Binary111100001001111011010101010100110011101001111101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F027B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F027B5; }

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

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

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

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

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

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

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

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