Html Css Color HEX #F524BE Spicy Pink

📋 copy color: '#F524BE'

red 245 ◦ green 36 ◦ blue 190

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

Shades of Spicy Pink #F524BE

Tints of Spicy Pink #F524BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 52.02%
G = 7.64%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F524BE (or 0xF524BE) is known color: Spicy Pink. HEX triplet: F5, 24 and BE. RGB value is (245,36,190). Sum of RGB (Red+Green+Blue) = 245+36+190=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F524BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524BE is #0ADB41. Grayscale: #737373. Windows color (decimal): -711490 or 12461301. OLE color: 12461301.

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

Color convert

RGB 245 36 190 -
CMYK 0 0.85 0.22 0.04
HSL 315.79º 0.91% 0.55% -
HSV(B) 315.79º 0.85% 0.96% -
XYZ 47.58 24.39 50.92 -
YUV 116.05 169.74 219.98 -
System Red Green Blue C M Y K H S L
Decimal 245 36 190 0 0.85 0.22 0.04 315.79 0.91 0.55
Hex F5 24 BE 0 55 16 4 13C 5B 37
Octal 365 44 276 0 125 26 4 474 133 67
Binary 11110101 100100 10111110 0 1010101 10110 100 100111100 1011011 110111

Color Harmonies of #F524BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F524BE

Black with #F524BE

Text Example


Text Example

White with #F524BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F524BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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