Html Css Color HEX #F524BC Spicy Pink

📋 copy color: '#F524BC'

red 245 ◦ green 36 ◦ blue 188

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

Shades of Spicy Pink #F524BC

Tints of Spicy Pink #F524BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 52.24%
G = 7.68%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F524BC (or 0xF524BC) is known color: Spicy Pink. HEX triplet: F5, 24 and BC. RGB value is (245,36,188). Sum of RGB (Red+Green+Blue) = 245+36+188=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F524BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524BC is #0ADB43. Grayscale: #737373. Windows color (decimal): -711492 or 12330229. OLE color: 12330229.

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

Color convert

RGB 245 36 188 -
CMYK 0 0.85 0.23 0.04
HSL 316.36º 0.91% 0.55% -
HSV(B) 316.36º 0.85% 0.96% -
XYZ 47.36 24.31 49.77 -
YUV 115.82 168.74 220.14 -
System Red Green Blue C M Y K H S L
Decimal 245 36 188 0 0.85 0.23 0.04 316.36 0.91 0.55
Hex F5 24 BC 0 55 17 4 13C 5B 37
Octal 365 44 274 0 125 27 4 474 133 67
Binary 11110101 100100 10111100 0 1010101 10111 100 100111100 1011011 110111

Color Harmonies of #F524BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F524BC

Black with #F524BC

Text Example


Text Example

White with #F524BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F524BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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