Html Css Color HEX #F5038C Deep Pink

📋 copy color: '#F5038C'

red 245 ◦ green 3 ◦ blue 140

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

Shades of Deep Pink #F5038C

Tints of Deep Pink #F5038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 63.14%
G = 0.77%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5038C (or 0xF5038C) is known color: Deep Pink. HEX triplet: F5, 03 and 8C. RGB value is (245,3,140). Sum of RGB (Red+Green+Blue) = 245+3+140=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5038C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5038C is #0AFC73. Grayscale: #5A5A5A. Windows color (decimal): -719988 or 9176053. OLE color: 9176053.

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

Color convert

RGB 245 3 140 -
CMYK 0 0.99 0.43 0.04
HSL 326.03º 0.98% 0.49% -
HSV(B) 326.03º 0.99% 0.96% -
XYZ 42.42 21.37 26.7 -
YUV 90.98 155.67 237.86 -
System Red Green Blue C M Y K H S L
Decimal 245 3 140 0 0.99 0.43 0.04 326.03 0.98 0.49
Hex F5 3 8C 0 63 2B 4 146 62 31
Octal 365 3 214 0 143 53 4 506 142 61
Binary 11110101 11 10001100 0 1100011 101011 100 101000110 1100010 110001

Color Harmonies of #F5038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5038C

Black with #F5038C

Text Example


Text Example

White with #F5038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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