Html Css Color HEX #F51186 Deep Pink

📋 copy color: '#F51186'

red 245 ◦ green 17 ◦ blue 134

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

Shades of Deep Pink #F51186

Tints of Deep Pink #F51186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.29%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 61.87%
G = 4.29%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F51186 (or 0xF51186) is known color: Deep Pink. HEX triplet: F5, 11 and 86. RGB value is (245,17,134). Sum of RGB (Red+Green+Blue) = 245+17+134=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F51186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51186 is #0AEE79. Grayscale: #626262. Windows color (decimal): -716410 or 8786421. OLE color: 8786421.

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

Color convert

RGB 245 17 134 -
CMYK 0 0.93 0.45 0.04
HSL 329.21º 0.92% 0.51% -
HSV(B) 329.21º 0.93% 0.96% -
XYZ 42.16 21.53 24.49 -
YUV 98.51 148.04 232.49 -
System Red Green Blue C M Y K H S L
Decimal 245 17 134 0 0.93 0.45 0.04 329.21 0.92 0.51
Hex F5 11 86 0 5D 2D 4 149 5C 33
Octal 365 21 206 0 135 55 4 511 134 63
Binary 11110101 10001 10000110 0 1011101 101101 100 101001001 1011100 110011

Color Harmonies of #F51186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51186

Black with #F51186

Text Example


Text Example

White with #F51186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51186; }

 p { color: rgb(245,17,134); }

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

background-color css

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

 a { background-color: rgb(245,17,134); }

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

border-color css

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

 span { border-color: rgb(245,17,134); }

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