Html Css Color HEX #F5037C Deep Pink

📋 copy color: '#F5037C'

red 245 ◦ green 3 ◦ blue 124

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

Shades of Deep Pink #F5037C

Tints of Deep Pink #F5037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 65.86%
G = 0.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5037C (or 0xF5037C) is known color: Deep Pink. HEX triplet: F5, 03 and 7C. RGB value is (245,3,124). Sum of RGB (Red+Green+Blue) = 245+3+124=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5037C is #0AFC83. Grayscale: #585858. Windows color (decimal): -720004 or 8127477. OLE color: 8127477.

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

Color convert

RGB 245 3 124 -
CMYK 0 0.99 0.49 0.04
HSL 330º 0.98% 0.49% -
HSV(B) 330º 0.99% 0.96% -
XYZ 41.33 20.93 20.93 -
YUV 89.15 147.67 239.16 -
System Red Green Blue C M Y K H S L
Decimal 245 3 124 0 0.99 0.49 0.04 330 0.98 0.49
Hex F5 3 7C 0 63 31 4 14A 62 31
Octal 365 3 174 0 143 61 4 512 142 61
Binary 11110101 11 1111100 0 1100011 110001 100 101001010 1100010 110001

Color Harmonies of #F5037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5037C

Black with #F5037C

Text Example


Text Example

White with #F5037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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