Html Css Color HEX #F51479 Deep Pink

📋 copy color: '#F51479'

red 245 ◦ green 20 ◦ blue 121

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

Shades of Deep Pink #F51479

Tints of Deep Pink #F51479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

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

R = 63.47%
G = 5.18%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51479 (or 0xF51479) is known color: Deep Pink. HEX triplet: F5, 14 and 79. RGB value is (245,20,121). Sum of RGB (Red+Green+Blue) = 245+20+121=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F51479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51479 is #0AEB86. Grayscale: #626262. Windows color (decimal): -715655 or 7935221. OLE color: 7935221.

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

Color convert

RGB 245 20 121 -
CMYK 0 0.92 0.51 0.04
HSL 333.07º 0.92% 0.52% -
HSV(B) 333.07º 0.92% 0.96% -
XYZ 41.36 21.29 20.02 -
YUV 98.79 140.54 232.29 -
System Red Green Blue C M Y K H S L
Decimal 245 20 121 0 0.92 0.51 0.04 333.07 0.92 0.52
Hex F5 14 79 0 5C 33 4 14D 5C 34
Octal 365 24 171 0 134 63 4 515 134 64
Binary 11110101 10100 1111001 0 1011100 110011 100 101001101 1011100 110100

Color Harmonies of #F51479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51479

Black with #F51479

Text Example


Text Example

White with #F51479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51479; }

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

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

background-color css

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

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

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

border-color css

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

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

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