#F524B2

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

Shades of Spicy Pink #F524B2

Tints of Spicy Pink #F524B2

Color information

#F524B2 (or 0xF524B2) is unknown color: approx Spicy Pink. HEX triplet: F5, 24 and B2. RGB value is (245,36,178). Sum of RGB (Red+Green+Blue) = 245+36+178=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F524B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F524B2 is #0ADB4D. Grayscale: #727272. Windows color (decimal): -711502 or 11674869. OLE color: 11674869.

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

Color convert

RGB24536178-
CMYK00.850.270.04
HSL319.23º91.27%55.1%-
HSV(B)319.23º85.31%96.08%-
XYZ46.3223.8944.29-
YUV114.68163.74220.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 36 (14.45% from 255) = 7.84%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=53.38%
G=7.84%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453617800.850.270.04319.2391.2755.1
HexF524B20551B413f5b37
Octal36544262012533447713367
Binary111101011001001011001001010101110111001001111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F524B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F524B2; }

 p { color: rgb(245,36,178); }

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

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

 a { background-color: rgb(245,36,178); }

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

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

 span { border-color: rgb(245,36,178); }

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