Html Css Color HEX #F516B1 Spicy Pink

📋 copy color: '#F516B1'

red 245 ◦ green 22 ◦ blue 177

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

Shades of Spicy Pink #F516B1

Tints of Spicy Pink #F516B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 55.18%
G = 4.95%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F516B1 (or 0xF516B1) is known color: Spicy Pink. HEX triplet: F5, 16 and B1. RGB value is (245,22,177). Sum of RGB (Red+Green+Blue) = 245+22+177=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F516B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F516B1 is #0AE94E. Grayscale: #696969. Windows color (decimal): -715087 or 11605749. OLE color: 11605749.

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

Color convert

RGB 245 22 177 -
CMYK 0 0.91 0.28 0.04
HSL 318.3º 0.92% 0.52% -
HSV(B) 318.3º 0.91% 0.96% -
XYZ 45.88 23.16 43.65 -
YUV 106.35 167.88 226.9 -
System Red Green Blue C M Y K H S L
Decimal 245 22 177 0 0.91 0.28 0.04 318.3 0.92 0.52
Hex F5 16 B1 0 5B 1C 4 13E 5C 34
Octal 365 26 261 0 133 34 4 476 134 64
Binary 11110101 10110 10110001 0 1011011 11100 100 100111110 1011100 110100

Color Harmonies of #F516B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516B1

Black with #F516B1

Text Example


Text Example

White with #F516B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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