#F025B6

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

Shades of Spicy Pink #F025B6

Tints of Spicy Pink #F025B6

Color information

#F025B6 (or 0xF025B6) is unknown color: approx Spicy Pink. HEX triplet: F0, 25 and B6. RGB value is (240,37,182). Sum of RGB (Red+Green+Blue) = 240+37+182=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F025B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F025B6 is #0FDA49. Grayscale: #717171. Windows color (decimal): -1038922 or 11937264. OLE color: 11937264.

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

Color convert

RGB24037182-
CMYK00.850.240.06
HSL317.14º87.12%54.31%-
HSV(B)317.14º84.58%94.12%-
XYZ45.0423.2346.37-
YUV114.23166.25217.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 37 (14.84% from 255) = 8.06%
BLUE value IS 182 (71.48% from 255) = 39.65%
R=52.29%
G=8.06%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403718200.850.240.06317.1487.1254.31
HexF025B605518613d5736
Octal36045266012530647512766
Binary111100001001011011011001010101110001101001111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F025B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F025B6; }

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

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

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

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

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

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

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

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