Html Css Color HEX #F5028C Deep Pink

📋 copy color: '#F5028C'

red 245 ◦ green 2 ◦ blue 140

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

Shades of Deep Pink #F5028C

Tints of Deep Pink #F5028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 63.31%
G = 0.52%
B = 36.18%

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

#F5028C (or 0xF5028C) is known color: Deep Pink. HEX triplet: F5, 02 and 8C. RGB value is (245,2,140). Sum of RGB (Red+Green+Blue) = 245+2+140=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5028C is #0AFD73. Grayscale: #5A5A5A. Windows color (decimal): -720244 or 9175797. OLE color: 9175797.

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

Color convert

RGB 245 2 140 -
CMYK 0 0.99 0.43 0.04
HSL 325.93º 0.98% 0.48% -
HSV(B) 325.93º 0.99% 0.96% -
XYZ 42.41 21.35 26.7 -
YUV 90.39 156.01 238.28 -
System Red Green Blue C M Y K H S L
Decimal 245 2 140 0 0.99 0.43 0.04 325.93 0.98 0.48
Hex F5 2 8C 0 63 2B 4 146 62 30
Octal 365 2 214 0 143 53 4 506 142 60
Binary 11110101 10 10001100 0 1100011 101011 100 101000110 1100010 110000

Color Harmonies of #F5028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5028C

Black with #F5028C

Text Example


Text Example

White with #F5028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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