Html Css Color HEX #F5078C Deep Pink

📋 copy color: '#F5078C'

red 245 ◦ green 7 ◦ blue 140

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

Shades of Deep Pink #F5078C

Tints of Deep Pink #F5078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

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

R = 62.5%
G = 1.79%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5078C (or 0xF5078C) is known color: Deep Pink. HEX triplet: F5, 07 and 8C. RGB value is (245,7,140). Sum of RGB (Red+Green+Blue) = 245+7+140=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5078C is #0AF873. Grayscale: #5D5D5D. Windows color (decimal): -718964 or 9177077. OLE color: 9177077.

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

Color convert

RGB 245 7 140 -
CMYK 0 0.97 0.43 0.04
HSL 326.47º 0.94% 0.49% -
HSV(B) 326.47º 0.97% 0.96% -
XYZ 42.47 21.46 26.71 -
YUV 93.32 154.35 236.19 -
System Red Green Blue C M Y K H S L
Decimal 245 7 140 0 0.97 0.43 0.04 326.47 0.94 0.49
Hex F5 7 8C 0 61 2B 4 146 5E 31
Octal 365 7 214 0 141 53 4 506 136 61
Binary 11110101 111 10001100 0 1100001 101011 100 101000110 1011110 110001

Color Harmonies of #F5078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5078C

Black with #F5078C

Text Example


Text Example

White with #F5078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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