Html Css Color HEX #F51977 Deep Pink

📋 copy color: '#F51977'

red 245 ◦ green 25 ◦ blue 119

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

Shades of Deep Pink #F51977

Tints of Deep Pink #F51977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

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

R = 62.98%
G = 6.43%
B = 30.59%

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

#F51977 (or 0xF51977) is known color: Deep Pink. HEX triplet: F5, 19 and 77. RGB value is (245,25,119). Sum of RGB (Red+Green+Blue) = 245+25+119=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F51977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51977 is #0AE688. Grayscale: #656565. Windows color (decimal): -714377 or 7805429. OLE color: 7805429.

HSL color Cylindrical-coordinate representation of color #F51977: hue angle of 334.36º 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 #F51977 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 25 119 -
CMYK 0 0.90 0.51 0.04
HSL 334.36º 0.92% 0.53% -
HSV(B) 334.36º 0.9% 0.96% -
XYZ 41.33 21.44 19.41 -
YUV 101.5 137.89 230.36 -
System Red Green Blue C M Y K H S L
Decimal 245 25 119 0 0.90 0.51 0.04 334.36 0.92 0.53
Hex F5 19 77 0 5A 33 4 14E 5C 35
Octal 365 31 167 0 132 63 4 516 134 65
Binary 11110101 11001 1110111 0 1011010 110011 100 101001110 1011100 110101

Color Harmonies of #F51977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51977

Black with #F51977

Text Example


Text Example

White with #F51977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51977; }

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

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

background-color css

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

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

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

border-color css

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

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

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