Html Css Color HEX #F5037F Deep Pink

📋 copy color: '#F5037F'

red 245 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #F5037F

Tints of Deep Pink #F5037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 65.33%
G = 0.8%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5037F (or 0xF5037F) is known color: Deep Pink. HEX triplet: F5, 03 and 7F. RGB value is (245,3,127). Sum of RGB (Red+Green+Blue) = 245+3+127=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5037F is #0AFC80. Grayscale: #595959. Windows color (decimal): -720001 or 8324085. OLE color: 8324085.

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

Color convert

RGB 245 3 127 -
CMYK 0 0.99 0.48 0.04
HSL 329.26º 0.98% 0.49% -
HSV(B) 329.26º 0.99% 0.96% -
XYZ 41.52 21.01 21.95 -
YUV 89.49 149.17 238.92 -
System Red Green Blue C M Y K H S L
Decimal 245 3 127 0 0.99 0.48 0.04 329.26 0.98 0.49
Hex F5 3 7F 0 63 30 4 149 62 31
Octal 365 3 177 0 143 60 4 511 142 61
Binary 11110101 11 1111111 0 1100011 110000 100 101001001 1100010 110001

Color Harmonies of #F5037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5037F

Black with #F5037F

Text Example


Text Example

White with #F5037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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