Html Css Color HEX #F51184 Deep Pink

📋 copy color: '#F51184'

red 245 ◦ green 17 ◦ blue 132

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

Shades of Deep Pink #F51184

Tints of Deep Pink #F51184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 62.18%
G = 4.31%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F51184 (or 0xF51184) is known color: Deep Pink. HEX triplet: F5, 11 and 84. RGB value is (245,17,132). Sum of RGB (Red+Green+Blue) = 245+17+132=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F51184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51184 is #0AEE7B. Grayscale: #626262. Windows color (decimal): -716412 or 8655349. OLE color: 8655349.

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

Color convert

RGB 245 17 132 -
CMYK 0 0.93 0.46 0.04
HSL 329.74º 0.92% 0.51% -
HSV(B) 329.74º 0.93% 0.96% -
XYZ 42.02 21.48 23.76 -
YUV 98.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 245 17 132 0 0.93 0.46 0.04 329.74 0.92 0.51
Hex F5 11 84 0 5D 2E 4 14A 5C 33
Octal 365 21 204 0 135 56 4 512 134 63
Binary 11110101 10001 10000100 0 1011101 101110 100 101001010 1011100 110011

Color Harmonies of #F51184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51184

Black with #F51184

Text Example


Text Example

White with #F51184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51184; }

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

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

background-color css

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

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

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

border-color css

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

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

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