Html Css Color HEX #F50FAC Spicy Pink

📋 copy color: '#F50FAC'

red 245 ◦ green 15 ◦ blue 172

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

Shades of Spicy Pink #F50FAC

Tints of Spicy Pink #F50FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.47%

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

R = 56.71%
G = 3.47%
B = 39.81%

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

#F50FAC (or 0xF50FAC) is known color: Spicy Pink. HEX triplet: F5, 0F and AC. RGB value is (245,15,172). Sum of RGB (Red+Green+Blue) = 245+15+172=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50FAC is #0AF053. Grayscale: #656565. Windows color (decimal): -716884 or 11276277. OLE color: 11276277.

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

Color convert

RGB 245 15 172 -
CMYK 0 0.94 0.30 0.04
HSL 319.04º 0.92% 0.51% -
HSV(B) 319.04º 0.94% 0.96% -
XYZ 45.27 22.73 41.03 -
YUV 101.67 167.7 230.23 -
System Red Green Blue C M Y K H S L
Decimal 245 15 172 0 0.94 0.30 0.04 319.04 0.92 0.51
Hex F5 F AC 0 5E 1E 4 13F 5C 33
Octal 365 17 254 0 136 36 4 477 134 63
Binary 11110101 1111 10101100 0 1011110 11110 100 100111111 1011100 110011

Color Harmonies of #F50FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50FAC

Black with #F50FAC

Text Example


Text Example

White with #F50FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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