Html Css Color HEX #F524B0 Spicy Pink

📋 copy color: '#F524B0'

red 245 ◦ green 36 ◦ blue 176

#F524B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #F524B0

Tints of Spicy Pink #F524B0

RGB

 RED value IS 245 (96.09% from 255) = 53.61%

 GREEN value IS 36 (14.45% from 255) = 7.88%

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 53.61%
G = 7.88%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F524B0 (or 0xF524B0) is known color: Spicy Pink. HEX triplet: F5, 24 and B0. RGB value is (245,36,176). Sum of RGB (Red+Green+Blue) = 245+36+176=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F524B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F524B0 is #0ADB4F. Grayscale: #727272. Windows color (decimal): -711504 or 11543797. OLE color: 11543797.

HSL color Cylindrical-coordinate representation of color #F524B0: hue angle of 319.81º 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 #F524B0 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 176 -
CMYK 0 0.85 0.28 0.04
HSL 319.81º 0.91% 0.55% -
HSV(B) 319.81º 0.85% 0.96% -
XYZ 46.12 23.81 43.24 -
YUV 114.45 162.74 221.12 -
System Red Green Blue C M Y K H S L
Decimal 245 36 176 0 0.85 0.28 0.04 319.81 0.91 0.55
Hex F5 24 B0 0 55 1C 4 140 5B 37
Octal 365 44 260 0 125 34 4 500 133 67
Binary 11110101 100100 10110000 0 1010101 11100 100 101000000 1011011 110111

Color Harmonies of #F524B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F524B0

Black with #F524B0

Text Example


Text Example

White with #F524B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F524B0; }

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

 H1.HeaderClassName
 {
   color: #F524B0;
 }
 .AnyTagClassName
 {
   color: #F524B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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