Html Css Color HEX #FF058D Deep Pink

📋 copy color: '#FF058D'

red 255 ◦ green 5 ◦ blue 141

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

Shades of Deep Pink #FF058D

Tints of Deep Pink #FF058D

RGB

 RED value IS 255 (100% from 255) = 63.59%

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 63.59%
G = 1.25%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF058D (or 0xFF058D) is known color: Deep Pink. HEX triplet: FF, 05 and 8D. RGB value is (255,5,141). Sum of RGB (Red+Green+Blue) = 255+5+141=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF058D is #00FA72. Grayscale: #5E5E5E. Windows color (decimal): -64115 or 9242111. OLE color: 9242111.

HSL color Cylindrical-coordinate representation of color #FF058D: hue angle of 327.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF058D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 5 141 -
CMYK 0 0.98 0.45 0
HSL 327.36º 1% 0.51% -
HSV(B) 327.36º 0.98% 1% -
XYZ 46.1 23.29 27.27 -
YUV 95.25 153.83 241.94 -
System Red Green Blue C M Y K H S L
Decimal 255 5 141 0 0.98 0.45 0 327.36 1 0.51
Hex FF 5 8D 0 62 2D 0 147 64 33
Octal 377 5 215 0 142 55 0 507 144 63
Binary 11111111 101 10001101 0 1100010 101101 0 101000111 1100100 110011

Color Harmonies of #FF058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF058D

Black with #FF058D

Text Example


Text Example

White with #FF058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF058D; }

 p { color: rgb(255,5,141); }

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

background-color css

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

 a { background-color: rgb(255,5,141); }

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

border-color css

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

 span { border-color: rgb(255,5,141); }

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