Html Css Color HEX #F521BA Spicy Pink

📋 copy color: '#F521BA'

red 245 ◦ green 33 ◦ blue 186

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

Shades of Spicy Pink #F521BA

Tints of Spicy Pink #F521BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.11%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 52.8%
G = 7.11%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F521BA (or 0xF521BA) is known color: Spicy Pink. HEX triplet: F5, 21 and BA. RGB value is (245,33,186). Sum of RGB (Red+Green+Blue) = 245+33+186=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F521BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521BA is #0ADE45. Grayscale: #717171. Windows color (decimal): -712262 or 12198389. OLE color: 12198389.

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

Color convert

RGB 245 33 186 -
CMYK 0 0.87 0.24 0.04
HSL 316.7º 0.91% 0.55% -
HSV(B) 316.7º 0.87% 0.96% -
XYZ 47.06 24.05 48.62 -
YUV 113.83 168.74 221.56 -
System Red Green Blue C M Y K H S L
Decimal 245 33 186 0 0.87 0.24 0.04 316.7 0.91 0.55
Hex F5 21 BA 0 57 18 4 13D 5B 37
Octal 365 41 272 0 127 30 4 475 133 67
Binary 11110101 100001 10111010 0 1010111 11000 100 100111101 1011011 110111

Color Harmonies of #F521BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521BA

Black with #F521BA

Text Example


Text Example

White with #F521BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521BA; }

 p { color: rgb(245,33,186); }

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

background-color css

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

 a { background-color: rgb(245,33,186); }

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

border-color css

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

 span { border-color: rgb(245,33,186); }

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