Html Css Color HEX #F513AD Spicy Pink

📋 copy color: '#F513AD'

red 245 ◦ green 19 ◦ blue 173

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

Shades of Spicy Pink #F513AD

Tints of Spicy Pink #F513AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.35%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 56.06%
G = 4.35%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F513AD (or 0xF513AD) is known color: Spicy Pink. HEX triplet: F5, 13 and AD. RGB value is (245,19,173). Sum of RGB (Red+Green+Blue) = 245+19+173=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F513AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F513AD is #0AEC52. Grayscale: #676767. Windows color (decimal): -715859 or 11342837. OLE color: 11342837.

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

Color convert

RGB 245 19 173 -
CMYK 0 0.92 0.29 0.04
HSL 319.12º 0.92% 0.52% -
HSV(B) 319.12º 0.92% 0.96% -
XYZ 45.43 22.9 41.56 -
YUV 104.13 166.87 228.48 -
System Red Green Blue C M Y K H S L
Decimal 245 19 173 0 0.92 0.29 0.04 319.12 0.92 0.52
Hex F5 13 AD 0 5C 1D 4 13F 5C 34
Octal 365 23 255 0 134 35 4 477 134 64
Binary 11110101 10011 10101101 0 1011100 11101 100 100111111 1011100 110100

Color Harmonies of #F513AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513AD

Black with #F513AD

Text Example


Text Example

White with #F513AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513AD; }

 p { color: rgb(245,19,173); }

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

background-color css

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

 a { background-color: rgb(245,19,173); }

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

border-color css

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

 span { border-color: rgb(245,19,173); }

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