Html Css Color HEX #F516A7 Spicy Pink

📋 copy color: '#F516A7'

red 245 ◦ green 22 ◦ blue 167

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

Shades of Spicy Pink #F516A7

Tints of Spicy Pink #F516A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.48%

R = 56.45%
G = 5.07%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F516A7 (or 0xF516A7) is known color: Spicy Pink. HEX triplet: F5, 16 and A7. RGB value is (245,22,167). Sum of RGB (Red+Green+Blue) = 245+22+167=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F516A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F516A7 is #0AE958. Grayscale: #686868. Windows color (decimal): -715097 or 10950389. OLE color: 10950389.

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

Color convert

RGB 245 22 167 -
CMYK 0 0.91 0.32 0.04
HSL 320.99º 0.92% 0.52% -
HSV(B) 320.99º 0.91% 0.96% -
XYZ 44.92 22.78 38.59 -
YUV 105.21 162.88 227.71 -
System Red Green Blue C M Y K H S L
Decimal 245 22 167 0 0.91 0.32 0.04 320.99 0.92 0.52
Hex F5 16 A7 0 5B 20 4 141 5C 34
Octal 365 26 247 0 133 40 4 501 134 64
Binary 11110101 10110 10100111 0 1011011 100000 100 101000001 1011100 110100

Color Harmonies of #F516A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516A7

Black with #F516A7

Text Example


Text Example

White with #F516A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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