Html Css Color HEX #F5058B Deep Pink

📋 copy color: '#F5058B'

red 245 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #F5058B

Tints of Deep Pink #F5058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 62.98%
G = 1.29%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5058B (or 0xF5058B) is known color: Deep Pink. HEX triplet: F5, 05 and 8B. RGB value is (245,5,139). Sum of RGB (Red+Green+Blue) = 245+5+139=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5058B is #0AFA74. Grayscale: #5B5B5B. Windows color (decimal): -719477 or 9111029. OLE color: 9111029.

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

Color convert

RGB 245 5 139 -
CMYK 0 0.98 0.43 0.04
HSL 326.5º 0.96% 0.49% -
HSV(B) 326.5º 0.98% 0.96% -
XYZ 42.37 21.39 26.32 -
YUV 92.04 154.51 237.1 -
System Red Green Blue C M Y K H S L
Decimal 245 5 139 0 0.98 0.43 0.04 326.5 0.96 0.49
Hex F5 5 8B 0 62 2B 4 146 60 31
Octal 365 5 213 0 142 53 4 506 140 61
Binary 11110101 101 10001011 0 1100010 101011 100 101000110 1100000 110001

Color Harmonies of #F5058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5058B

Black with #F5058B

Text Example


Text Example

White with #F5058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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