Html Css Color HEX #F51879 Deep Pink

📋 copy color: '#F51879'

red 245 ◦ green 24 ◦ blue 121

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

Shades of Deep Pink #F51879

Tints of Deep Pink #F51879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

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

R = 62.82%
G = 6.15%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51879 (or 0xF51879) is known color: Deep Pink. HEX triplet: F5, 18 and 79. RGB value is (245,24,121). Sum of RGB (Red+Green+Blue) = 245+24+121=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F51879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51879 is #0AE786. Grayscale: #646464. Windows color (decimal): -714631 or 7936245. OLE color: 7936245.

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

Color convert

RGB 245 24 121 -
CMYK 0 0.90 0.51 0.04
HSL 333.67º 0.92% 0.53% -
HSV(B) 333.67º 0.9% 0.96% -
XYZ 41.43 21.45 20.04 -
YUV 101.14 139.22 230.61 -
System Red Green Blue C M Y K H S L
Decimal 245 24 121 0 0.90 0.51 0.04 333.67 0.92 0.53
Hex F5 18 79 0 5A 33 4 14E 5C 35
Octal 365 30 171 0 132 63 4 516 134 65
Binary 11110101 11000 1111001 0 1011010 110011 100 101001110 1011100 110101

Color Harmonies of #F51879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51879

Black with #F51879

Text Example


Text Example

White with #F51879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51879; }

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

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

background-color css

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

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

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

border-color css

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

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

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