Html Css Color HEX #F50EAC Spicy Pink

📋 copy color: '#F50EAC'

red 245 ◦ green 14 ◦ blue 172

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

Shades of Spicy Pink #F50EAC

Tints of Spicy Pink #F50EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.25%

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

R = 56.84%
G = 3.25%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F50EAC (or 0xF50EAC) is known color: Spicy Pink. HEX triplet: F5, 0E and AC. RGB value is (245,14,172). Sum of RGB (Red+Green+Blue) = 245+14+172=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50EAC is #0AF153. Grayscale: #646464. Windows color (decimal): -717140 or 11276021. OLE color: 11276021.

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

Color convert

RGB 245 14 172 -
CMYK 0 0.94 0.30 0.04
HSL 318.96º 0.92% 0.51% -
HSV(B) 318.96º 0.94% 0.96% -
XYZ 45.26 22.71 41.03 -
YUV 101.08 168.03 230.65 -
System Red Green Blue C M Y K H S L
Decimal 245 14 172 0 0.94 0.30 0.04 318.96 0.92 0.51
Hex F5 E AC 0 5E 1E 4 13F 5C 33
Octal 365 16 254 0 136 36 4 477 134 63
Binary 11110101 1110 10101100 0 1011110 11110 100 100111111 1011100 110011

Color Harmonies of #F50EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EAC

Black with #F50EAC

Text Example


Text Example

White with #F50EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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