Html Css Color HEX #F519AC Spicy Pink

📋 copy color: '#F519AC'

red 245 ◦ green 25 ◦ blue 172

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

Shades of Spicy Pink #F519AC

Tints of Spicy Pink #F519AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.66%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 55.43%
G = 5.66%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F519AC (or 0xF519AC) is known color: Spicy Pink. HEX triplet: F5, 19 and AC. RGB value is (245,25,172). Sum of RGB (Red+Green+Blue) = 245+25+172=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F519AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F519AC is #0AE653. Grayscale: #6B6B6B. Windows color (decimal): -714324 or 11278837. OLE color: 11278837.

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

Color convert

RGB 245 25 172 -
CMYK 0 0.90 0.30 0.04
HSL 319.91º 0.92% 0.53% -
HSV(B) 319.91º 0.9% 0.96% -
XYZ 45.45 23.09 41.09 -
YUV 107.54 164.39 226.05 -
System Red Green Blue C M Y K H S L
Decimal 245 25 172 0 0.90 0.30 0.04 319.91 0.92 0.53
Hex F5 19 AC 0 5A 1E 4 140 5C 35
Octal 365 31 254 0 132 36 4 500 134 65
Binary 11110101 11001 10101100 0 1011010 11110 100 101000000 1011100 110101

Color Harmonies of #F519AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519AC

Black with #F519AC

Text Example


Text Example

White with #F519AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519AC; }

 p { color: rgb(245,25,172); }

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

background-color css

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

 a { background-color: rgb(245,25,172); }

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

border-color css

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

 span { border-color: rgb(245,25,172); }

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