Html Css Color HEX #F5057A Deep Pink

📋 copy color: '#F5057A'

red 245 ◦ green 5 ◦ blue 122

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

Shades of Deep Pink #F5057A

Tints of Deep Pink #F5057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 65.86%
G = 1.34%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5057A (or 0xF5057A) is known color: Deep Pink. HEX triplet: F5, 05 and 7A. RGB value is (245,5,122). Sum of RGB (Red+Green+Blue) = 245+5+122=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5057A is #0AFA85. Grayscale: #595959. Windows color (decimal): -719494 or 7996917. OLE color: 7996917.

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

Color convert

RGB 245 5 122 -
CMYK 0 0.98 0.50 0.04
HSL 330.75º 0.96% 0.49% -
HSV(B) 330.75º 0.98% 0.96% -
XYZ 41.22 20.93 20.28 -
YUV 90.1 146.01 238.49 -
System Red Green Blue C M Y K H S L
Decimal 245 5 122 0 0.98 0.50 0.04 330.75 0.96 0.49
Hex F5 5 7A 0 62 32 4 14B 60 31
Octal 365 5 172 0 142 62 4 513 140 61
Binary 11110101 101 1111010 0 1100010 110010 100 101001011 1100000 110001

Color Harmonies of #F5057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5057A

Black with #F5057A

Text Example


Text Example

White with #F5057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5057A; }

 p { color: rgb(245,5,122); }

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

background-color css

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

 a { background-color: rgb(245,5,122); }

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

border-color css

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

 span { border-color: rgb(245,5,122); }

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