Html Css Color HEX #F52AAF Spicy Pink

📋 copy color: '#F52AAF'

red 245 ◦ green 42 ◦ blue 175

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

Shades of Spicy Pink #F52AAF

Tints of Spicy Pink #F52AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.09%

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

R = 53.03%
G = 9.09%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F52AAF (or 0xF52AAF) is known color: Spicy Pink. HEX triplet: F5, 2A and AF. RGB value is (245,42,175). Sum of RGB (Red+Green+Blue) = 245+42+175=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F52AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52AAF is #0AD550. Grayscale: #757575. Windows color (decimal): -709969 or 11479797. OLE color: 11479797.

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

Color convert

RGB 245 42 175 -
CMYK 0 0.83 0.29 0.04
HSL 320.69º 0.91% 0.56% -
HSV(B) 320.69º 0.83% 0.96% -
XYZ 46.22 24.16 42.79 -
YUV 117.86 160.25 218.69 -
System Red Green Blue C M Y K H S L
Decimal 245 42 175 0 0.83 0.29 0.04 320.69 0.91 0.56
Hex F5 2A AF 0 53 1D 4 141 5B 38
Octal 365 52 257 0 123 35 4 501 133 70
Binary 11110101 101010 10101111 0 1010011 11101 100 101000001 1011011 111000

Color Harmonies of #F52AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52AAF

Black with #F52AAF

Text Example


Text Example

White with #F52AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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