Html Css Color HEX #F513AA Spicy Pink

📋 copy color: '#F513AA'

red 245 ◦ green 19 ◦ blue 170

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

Shades of Spicy Pink #F513AA

Tints of Spicy Pink #F513AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 56.45%
G = 4.38%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F513AA (or 0xF513AA) is known color: Spicy Pink. HEX triplet: F5, 13 and AA. RGB value is (245,19,170). Sum of RGB (Red+Green+Blue) = 245+19+170=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F513AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F513AA is #0AEC55. Grayscale: #676767. Windows color (decimal): -715862 or 11146229. OLE color: 11146229.

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

Color convert

RGB 245 19 170 -
CMYK 0 0.92 0.31 0.04
HSL 319.91º 0.92% 0.52% -
HSV(B) 319.91º 0.92% 0.96% -
XYZ 45.14 22.78 40.05 -
YUV 103.79 165.37 228.72 -
System Red Green Blue C M Y K H S L
Decimal 245 19 170 0 0.92 0.31 0.04 319.91 0.92 0.52
Hex F5 13 AA 0 5C 1F 4 140 5C 34
Octal 365 23 252 0 134 37 4 500 134 64
Binary 11110101 10011 10101010 0 1011100 11111 100 101000000 1011100 110100

Color Harmonies of #F513AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513AA

Black with #F513AA

Text Example


Text Example

White with #F513AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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