Html Css Color HEX #F518AE Spicy Pink

📋 copy color: '#F518AE'

red 245 ◦ green 24 ◦ blue 174

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

Shades of Spicy Pink #F518AE

Tints of Spicy Pink #F518AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.42%

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 55.3%
G = 5.42%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F518AE (or 0xF518AE) is known color: Spicy Pink. HEX triplet: F5, 18 and AE. RGB value is (245,24,174). Sum of RGB (Red+Green+Blue) = 245+24+174=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F518AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F518AE is #0AE751. Grayscale: #6A6A6A. Windows color (decimal): -714578 or 11409653. OLE color: 11409653.

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

Color convert

RGB 245 24 174 -
CMYK 0 0.90 0.29 0.04
HSL 319.28º 0.92% 0.53% -
HSV(B) 319.28º 0.9% 0.96% -
XYZ 45.62 23.12 42.1 -
YUV 107.18 165.72 226.3 -
System Red Green Blue C M Y K H S L
Decimal 245 24 174 0 0.90 0.29 0.04 319.28 0.92 0.53
Hex F5 18 AE 0 5A 1D 4 13F 5C 35
Octal 365 30 256 0 132 35 4 477 134 65
Binary 11110101 11000 10101110 0 1011010 11101 100 100111111 1011100 110101

Color Harmonies of #F518AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F518AE

Black with #F518AE

Text Example


Text Example

White with #F518AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F518AE; }

 p { color: rgb(245,24,174); }

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

background-color css

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

 a { background-color: rgb(245,24,174); }

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

border-color css

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

 span { border-color: rgb(245,24,174); }

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