Html Css Color HEX #F516AA Spicy Pink

📋 copy color: '#F516AA'

red 245 ◦ green 22 ◦ blue 170

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

Shades of Spicy Pink #F516AA

Tints of Spicy Pink #F516AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.03%

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

R = 56.06%
G = 5.03%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F516AA (or 0xF516AA) is known color: Spicy Pink. HEX triplet: F5, 16 and AA. RGB value is (245,22,170). Sum of RGB (Red+Green+Blue) = 245+22+170=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F516AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F516AA is #0AE955. Grayscale: #696969. Windows color (decimal): -715094 or 11146997. OLE color: 11146997.

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

Color convert

RGB 245 22 170 -
CMYK 0 0.91 0.31 0.04
HSL 320.18º 0.92% 0.52% -
HSV(B) 320.18º 0.91% 0.96% -
XYZ 45.2 22.89 40.07 -
YUV 105.55 164.38 227.47 -
System Red Green Blue C M Y K H S L
Decimal 245 22 170 0 0.91 0.31 0.04 320.18 0.92 0.52
Hex F5 16 AA 0 5B 1F 4 140 5C 34
Octal 365 26 252 0 133 37 4 500 134 64
Binary 11110101 10110 10101010 0 1011011 11111 100 101000000 1011100 110100

Color Harmonies of #F516AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516AA

Black with #F516AA

Text Example


Text Example

White with #F516AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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