Html Css Color HEX #F525AF Spicy Pink

📋 copy color: '#F525AF'

red 245 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #F525AF

Tints of Spicy Pink #F525AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

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

R = 53.61%
G = 8.1%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F525AF (or 0xF525AF) is known color: Spicy Pink. HEX triplet: F5, 25 and AF. RGB value is (245,37,175). Sum of RGB (Red+Green+Blue) = 245+37+175=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F525AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F525AF is #0ADA50. Grayscale: #727272. Windows color (decimal): -711249 or 11478517. OLE color: 11478517.

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

Color convert

RGB 245 37 175 -
CMYK 0 0.85 0.29 0.04
HSL 320.19º 0.91% 0.55% -
HSV(B) 320.19º 0.85% 0.96% -
XYZ 46.06 23.83 42.73 -
YUV 114.92 161.91 220.78 -
System Red Green Blue C M Y K H S L
Decimal 245 37 175 0 0.85 0.29 0.04 320.19 0.91 0.55
Hex F5 25 AF 0 55 1D 4 140 5B 37
Octal 365 45 257 0 125 35 4 500 133 67
Binary 11110101 100101 10101111 0 1010101 11101 100 101000000 1011011 110111

Color Harmonies of #F525AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525AF

Black with #F525AF

Text Example


Text Example

White with #F525AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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