Html Css Color HEX #F5137C Deep Pink

📋 copy color: '#F5137C'

red 245 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #F5137C

Tints of Deep Pink #F5137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.9%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 63.14%
G = 4.9%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5137C (or 0xF5137C) is known color: Deep Pink. HEX triplet: F5, 13 and 7C. RGB value is (245,19,124). Sum of RGB (Red+Green+Blue) = 245+19+124=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5137C is #0AEC83. Grayscale: #626262. Windows color (decimal): -715908 or 8131573. OLE color: 8131573.

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

Color convert

RGB 245 19 124 -
CMYK 0 0.92 0.49 0.04
HSL 332.12º 0.92% 0.52% -
HSV(B) 332.12º 0.92% 0.96% -
XYZ 41.53 21.33 21 -
YUV 98.54 142.37 232.46 -
System Red Green Blue C M Y K H S L
Decimal 245 19 124 0 0.92 0.49 0.04 332.12 0.92 0.52
Hex F5 13 7C 0 5C 31 4 14C 5C 34
Octal 365 23 174 0 134 61 4 514 134 64
Binary 11110101 10011 1111100 0 1011100 110001 100 101001100 1011100 110100

Color Harmonies of #F5137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5137C

Black with #F5137C

Text Example


Text Example

White with #F5137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5137C; }

 p { color: rgb(245,19,124); }

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

background-color css

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

 a { background-color: rgb(245,19,124); }

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

border-color css

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

 span { border-color: rgb(245,19,124); }

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