Html Css Color HEX #F51D77 Deep Pink

📋 copy color: '#F51D77'

red 245 ◦ green 29 ◦ blue 119

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

Shades of Deep Pink #F51D77

Tints of Deep Pink #F51D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.38%

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 62.34%
G = 7.38%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51D77 (or 0xF51D77) is known color: Deep Pink. HEX triplet: F5, 1D and 77. RGB value is (245,29,119). Sum of RGB (Red+Green+Blue) = 245+29+119=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D77 is #0AE288. Grayscale: #676767. Windows color (decimal): -713353 or 7806453. OLE color: 7806453.

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

Color convert

RGB 245 29 119 -
CMYK 0 0.88 0.51 0.04
HSL 335º 0.92% 0.54% -
HSV(B) 335º 0.88% 0.96% -
XYZ 41.43 21.62 19.44 -
YUV 103.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 245 29 119 0 0.88 0.51 0.04 335 0.92 0.54
Hex F5 1D 77 0 58 33 4 14F 5C 36
Octal 365 35 167 0 130 63 4 517 134 66
Binary 11110101 11101 1110111 0 1011000 110011 100 101001111 1011100 110110

Color Harmonies of #F51D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D77

Black with #F51D77

Text Example


Text Example

White with #F51D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D77; }

 p { color: rgb(245,29,119); }

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

background-color css

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

 a { background-color: rgb(245,29,119); }

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

border-color css

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

 span { border-color: rgb(245,29,119); }

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