Html Css Color HEX #F50C80 Deep Pink

📋 copy color: '#F50C80'

red 245 ◦ green 12 ◦ blue 128

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

Shades of Deep Pink #F50C80

Tints of Deep Pink #F50C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 63.64%
G = 3.12%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F50C80 (or 0xF50C80) is known color: Deep Pink. HEX triplet: F5, 0C and 80. RGB value is (245,12,128). Sum of RGB (Red+Green+Blue) = 245+12+128=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50C80 is #0AF37F. Grayscale: #5E5E5E. Windows color (decimal): -717696 or 8391925. OLE color: 8391925.

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

Color convert

RGB 245 12 128 -
CMYK 0 0.95 0.48 0.04
HSL 330.13º 0.92% 0.5% -
HSV(B) 330.13º 0.95% 0.96% -
XYZ 41.68 21.23 22.32 -
YUV 94.89 146.69 235.07 -
System Red Green Blue C M Y K H S L
Decimal 245 12 128 0 0.95 0.48 0.04 330.13 0.92 0.5
Hex F5 C 80 0 5F 30 4 14A 5C 32
Octal 365 14 200 0 137 60 4 512 134 62
Binary 11110101 1100 10000000 0 1011111 110000 100 101001010 1011100 110010

Color Harmonies of #F50C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50C80

Black with #F50C80

Text Example


Text Example

White with #F50C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50C80; }

 p { color: rgb(245,12,128); }

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

background-color css

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

 a { background-color: rgb(245,12,128); }

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

border-color css

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

 span { border-color: rgb(245,12,128); }

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