Html Css Color HEX #F51988 Deep Pink

📋 copy color: '#F51988'

red 245 ◦ green 25 ◦ blue 136

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

Shades of Deep Pink #F51988

Tints of Deep Pink #F51988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 60.34%
G = 6.16%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F51988 (or 0xF51988) is known color: Deep Pink. HEX triplet: F5, 19 and 88. RGB value is (245,25,136). Sum of RGB (Red+Green+Blue) = 245+25+136=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F51988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51988 is #0AE677. Grayscale: #676767. Windows color (decimal): -714360 or 8919541. OLE color: 8919541.

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

Color convert

RGB 245 25 136 -
CMYK 0 0.90 0.44 0.04
HSL 329.73º 0.92% 0.53% -
HSV(B) 329.73º 0.9% 0.96% -
XYZ 42.45 21.89 25.28 -
YUV 103.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 245 25 136 0 0.90 0.44 0.04 329.73 0.92 0.53
Hex F5 19 88 0 5A 2C 4 14A 5C 35
Octal 365 31 210 0 132 54 4 512 134 65
Binary 11110101 11001 10001000 0 1011010 101100 100 101001010 1011100 110101

Color Harmonies of #F51988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51988

Black with #F51988

Text Example


Text Example

White with #F51988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51988; }

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

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

background-color css

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

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

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

border-color css

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

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

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