Html Css Color HEX #F51179 Deep Pink

📋 copy color: '#F51179'

red 245 ◦ green 17 ◦ blue 121

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

Shades of Deep Pink #F51179

Tints of Deep Pink #F51179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.44%

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

R = 63.97%
G = 4.44%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51179 (or 0xF51179) is known color: Deep Pink. HEX triplet: F5, 11 and 79. RGB value is (245,17,121). Sum of RGB (Red+Green+Blue) = 245+17+121=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F51179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51179 is #0AEE86. Grayscale: #606060. Windows color (decimal): -716423 or 7934453. OLE color: 7934453.

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

Color convert

RGB 245 17 121 -
CMYK 0 0.93 0.51 0.04
HSL 332.63º 0.92% 0.51% -
HSV(B) 332.63º 0.93% 0.96% -
XYZ 41.31 21.19 20 -
YUV 97.03 141.54 233.54 -
System Red Green Blue C M Y K H S L
Decimal 245 17 121 0 0.93 0.51 0.04 332.63 0.92 0.51
Hex F5 11 79 0 5D 33 4 14D 5C 33
Octal 365 21 171 0 135 63 4 515 134 63
Binary 11110101 10001 1111001 0 1011101 110011 100 101001101 1011100 110011

Color Harmonies of #F51179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51179

Black with #F51179

Text Example


Text Example

White with #F51179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51179; }

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

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

background-color css

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

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

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

border-color css

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

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

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