Html Css Color HEX #F521B6 Spicy Pink

📋 copy color: '#F521B6'

red 245 ◦ green 33 ◦ blue 182

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

Shades of Spicy Pink #F521B6

Tints of Spicy Pink #F521B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 53.26%
G = 7.17%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F521B6 (or 0xF521B6) is known color: Spicy Pink. HEX triplet: F5, 21 and B6. RGB value is (245,33,182). Sum of RGB (Red+Green+Blue) = 245+33+182=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F521B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521B6 is #0ADE49. Grayscale: #707070. Windows color (decimal): -712266 or 11936245. OLE color: 11936245.

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

Color convert

RGB 245 33 182 -
CMYK 0 0.87 0.26 0.04
HSL 317.83º 0.91% 0.55% -
HSV(B) 317.83º 0.87% 0.96% -
XYZ 46.64 23.88 46.41 -
YUV 113.37 166.74 221.88 -
System Red Green Blue C M Y K H S L
Decimal 245 33 182 0 0.87 0.26 0.04 317.83 0.91 0.55
Hex F5 21 B6 0 57 1A 4 13E 5B 37
Octal 365 41 266 0 127 32 4 476 133 67
Binary 11110101 100001 10110110 0 1010111 11010 100 100111110 1011011 110111

Color Harmonies of #F521B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521B6

Black with #F521B6

Text Example


Text Example

White with #F521B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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