Html Css Color HEX #F521AF Spicy Pink

📋 copy color: '#F521AF'

red 245 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #F521AF

Tints of Spicy Pink #F521AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 54.08%
G = 7.28%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F521AF (or 0xF521AF) is known color: Spicy Pink. HEX triplet: F5, 21 and AF. RGB value is (245,33,175). Sum of RGB (Red+Green+Blue) = 245+33+175=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F521AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F521AF is #0ADE50. Grayscale: #707070. Windows color (decimal): -712273 or 11477493. OLE color: 11477493.

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

Color convert

RGB 245 33 175 -
CMYK 0 0.87 0.29 0.04
HSL 319.81º 0.91% 0.55% -
HSV(B) 319.81º 0.87% 0.96% -
XYZ 45.94 23.6 42.69 -
YUV 112.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 245 33 175 0 0.87 0.29 0.04 319.81 0.91 0.55
Hex F5 21 AF 0 57 1D 4 140 5B 37
Octal 365 41 257 0 127 35 4 500 133 67
Binary 11110101 100001 10101111 0 1010111 11101 100 101000000 1011011 110111

Color Harmonies of #F521AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521AF

Black with #F521AF

Text Example


Text Example

White with #F521AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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