Html Css Color HEX #F526AF Spicy Pink

📋 copy color: '#F526AF'

red 245 ◦ green 38 ◦ blue 175

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

Shades of Spicy Pink #F526AF

Tints of Spicy Pink #F526AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.3%

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

R = 53.49%
G = 8.3%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F526AF (or 0xF526AF) is known color: Spicy Pink. HEX triplet: F5, 26 and AF. RGB value is (245,38,175). Sum of RGB (Red+Green+Blue) = 245+38+175=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F526AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F526AF is #0AD950. Grayscale: #737373. Windows color (decimal): -710993 or 11478773. OLE color: 11478773.

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

Color convert

RGB 245 38 175 -
CMYK 0 0.84 0.29 0.04
HSL 320.29º 0.91% 0.55% -
HSV(B) 320.29º 0.84% 0.96% -
XYZ 46.09 23.89 42.74 -
YUV 115.51 161.58 220.36 -
System Red Green Blue C M Y K H S L
Decimal 245 38 175 0 0.84 0.29 0.04 320.29 0.91 0.55
Hex F5 26 AF 0 54 1D 4 140 5B 37
Octal 365 46 257 0 124 35 4 500 133 67
Binary 11110101 100110 10101111 0 1010100 11101 100 101000000 1011011 110111

Color Harmonies of #F526AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F526AF

Black with #F526AF

Text Example


Text Example

White with #F526AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F526AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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