Html Css Color HEX #F50679 Deep Pink

📋 copy color: '#F50679'

red 245 ◦ green 6 ◦ blue 121

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

Shades of Deep Pink #F50679

Tints of Deep Pink #F50679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 65.86%
G = 1.61%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F50679 (or 0xF50679) is known color: Deep Pink. HEX triplet: F5, 06 and 79. RGB value is (245,6,121). Sum of RGB (Red+Green+Blue) = 245+6+121=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F50679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50679 is #0AF986. Grayscale: #5A5A5A. Windows color (decimal): -719239 or 7931637. OLE color: 7931637.

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

Color convert

RGB 245 6 121 -
CMYK 0 0.98 0.51 0.04
HSL 331.13º 0.95% 0.49% -
HSV(B) 331.13º 0.98% 0.96% -
XYZ 41.17 20.92 19.96 -
YUV 90.57 145.18 238.15 -
System Red Green Blue C M Y K H S L
Decimal 245 6 121 0 0.98 0.51 0.04 331.13 0.95 0.49
Hex F5 6 79 0 62 33 4 14B 5F 31
Octal 365 6 171 0 142 63 4 513 137 61
Binary 11110101 110 1111001 0 1100010 110011 100 101001011 1011111 110001

Color Harmonies of #F50679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50679

Black with #F50679

Text Example


Text Example

White with #F50679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50679; }

 p { color: rgb(245,6,121); }

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

background-color css

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

 a { background-color: rgb(245,6,121); }

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

border-color css

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

 span { border-color: rgb(245,6,121); }

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