Html Css Color HEX #F51798 Deep Pink

📋 copy color: '#F51798'

red 245 ◦ green 23 ◦ blue 152

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

Shades of Deep Pink #F51798

Tints of Deep Pink #F51798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 58.33%
G = 5.48%
B = 36.19%

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

#F51798 (or 0xF51798) is known color: Deep Pink. HEX triplet: F5, 17 and 98. RGB value is (245,23,152). Sum of RGB (Red+Green+Blue) = 245+23+152=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F51798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51798 is #0AE867. Grayscale: #676767. Windows color (decimal): -714856 or 9967605. OLE color: 9967605.

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

Color convert

RGB 245 23 152 -
CMYK 0 0.91 0.38 0.04
HSL 325.14º 0.92% 0.53% -
HSV(B) 325.14º 0.91% 0.96% -
XYZ 43.63 22.29 31.71 -
YUV 104.08 155.05 228.51 -
System Red Green Blue C M Y K H S L
Decimal 245 23 152 0 0.91 0.38 0.04 325.14 0.92 0.53
Hex F5 17 98 0 5B 26 4 145 5C 35
Octal 365 27 230 0 133 46 4 505 134 65
Binary 11110101 10111 10011000 0 1011011 100110 100 101000101 1011100 110101

Color Harmonies of #F51798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51798

Black with #F51798

Text Example


Text Example

White with #F51798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51798; }

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

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

background-color css

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

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

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

border-color css

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

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

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