Html Css Color HEX #F51579 Deep Pink

📋 copy color: '#F51579'

red 245 ◦ green 21 ◦ blue 121

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

Shades of Deep Pink #F51579

Tints of Deep Pink #F51579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

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

R = 63.31%
G = 5.43%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51579 (or 0xF51579) is known color: Deep Pink. HEX triplet: F5, 15 and 79. RGB value is (245,21,121). Sum of RGB (Red+Green+Blue) = 245+21+121=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F51579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51579 is #0AEA86. Grayscale: #636363. Windows color (decimal): -715399 or 7935477. OLE color: 7935477.

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

Color convert

RGB 245 21 121 -
CMYK 0 0.91 0.51 0.04
HSL 333.21º 0.92% 0.52% -
HSV(B) 333.21º 0.91% 0.96% -
XYZ 41.38 21.33 20.03 -
YUV 99.38 140.21 231.87 -
System Red Green Blue C M Y K H S L
Decimal 245 21 121 0 0.91 0.51 0.04 333.21 0.92 0.52
Hex F5 15 79 0 5B 33 4 14D 5C 34
Octal 365 25 171 0 133 63 4 515 134 64
Binary 11110101 10101 1111001 0 1011011 110011 100 101001101 1011100 110100

Color Harmonies of #F51579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51579

Black with #F51579

Text Example


Text Example

White with #F51579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51579; }

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

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

background-color css

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

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

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

border-color css

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

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

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