Html Css Color HEX #F5038D Deep Pink

📋 copy color: '#F5038D'

red 245 ◦ green 3 ◦ blue 141

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

Shades of Deep Pink #F5038D

Tints of Deep Pink #F5038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 62.98%
G = 0.77%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5038D (or 0xF5038D) is known color: Deep Pink. HEX triplet: F5, 03 and 8D. RGB value is (245,3,141). Sum of RGB (Red+Green+Blue) = 245+3+141=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5038D is #0AFC72. Grayscale: #5A5A5A. Windows color (decimal): -719987 or 9241589. OLE color: 9241589.

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

Color convert

RGB 245 3 141 -
CMYK 0 0.99 0.42 0.04
HSL 325.79º 0.98% 0.49% -
HSV(B) 325.79º 0.99% 0.96% -
XYZ 42.5 21.4 27.09 -
YUV 91.09 156.17 237.78 -
System Red Green Blue C M Y K H S L
Decimal 245 3 141 0 0.99 0.42 0.04 325.79 0.98 0.49
Hex F5 3 8D 0 63 2A 4 146 62 31
Octal 365 3 215 0 143 52 4 506 142 61
Binary 11110101 11 10001101 0 1100011 101010 100 101000110 1100010 110001

Color Harmonies of #F5038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5038D

Black with #F5038D

Text Example


Text Example

White with #F5038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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