Html Css Color HEX #F521B9 Spicy Pink

📋 copy color: '#F521B9'

red 245 ◦ green 33 ◦ blue 185

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

Shades of Spicy Pink #F521B9

Tints of Spicy Pink #F521B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 52.92%
G = 7.13%
B = 39.96%

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

#F521B9 (or 0xF521B9) is known color: Spicy Pink. HEX triplet: F5, 21 and B9. RGB value is (245,33,185). Sum of RGB (Red+Green+Blue) = 245+33+185=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F521B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521B9 is #0ADE46. Grayscale: #717171. Windows color (decimal): -712263 or 12132853. OLE color: 12132853.

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

Color convert

RGB 245 33 185 -
CMYK 0 0.87 0.24 0.04
HSL 316.98º 0.91% 0.55% -
HSV(B) 316.98º 0.87% 0.96% -
XYZ 46.96 24 48.06 -
YUV 113.72 168.24 221.64 -
System Red Green Blue C M Y K H S L
Decimal 245 33 185 0 0.87 0.24 0.04 316.98 0.91 0.55
Hex F5 21 B9 0 57 18 4 13D 5B 37
Octal 365 41 271 0 127 30 4 475 133 67
Binary 11110101 100001 10111001 0 1010111 11000 100 100111101 1011011 110111

Color Harmonies of #F521B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521B9

Black with #F521B9

Text Example


Text Example

White with #F521B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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