Html Css Color HEX #F51797 Deep Pink

📋 copy color: '#F51797'

red 245 ◦ green 23 ◦ blue 151

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

Shades of Deep Pink #F51797

Tints of Deep Pink #F51797

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.49%

 BLUE value IS 151 (59.38% from 255) = 36.04%

R = 58.47%
G = 5.49%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F51797 (or 0xF51797) is known color: Deep Pink. HEX triplet: F5, 17 and 97. RGB value is (245,23,151). Sum of RGB (Red+Green+Blue) = 245+23+151=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F51797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51797 is #0AE868. Grayscale: #676767. Windows color (decimal): -714857 or 9902069. OLE color: 9902069.

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

Color convert

RGB 245 23 151 -
CMYK 0 0.91 0.38 0.04
HSL 325.41º 0.92% 0.53% -
HSV(B) 325.41º 0.91% 0.96% -
XYZ 43.55 22.26 31.28 -
YUV 103.97 154.55 228.59 -
System Red Green Blue C M Y K H S L
Decimal 245 23 151 0 0.91 0.38 0.04 325.41 0.92 0.53
Hex F5 17 97 0 5B 26 4 145 5C 35
Octal 365 27 227 0 133 46 4 505 134 65
Binary 11110101 10111 10010111 0 1011011 100110 100 101000101 1011100 110101

Color Harmonies of #F51797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51797

Black with #F51797

Text Example


Text Example

White with #F51797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51797; }

 p { color: rgb(245,23,151); }

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

background-color css

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

 a { background-color: rgb(245,23,151); }

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

border-color css

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

 span { border-color: rgb(245,23,151); }

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