Html Css Color HEX #FF058E Deep Pink

📋 copy color: '#FF058E'

red 255 ◦ green 5 ◦ blue 142

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

Shades of Deep Pink #FF058E

Tints of Deep Pink #FF058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 63.43%
G = 1.24%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF058E (or 0xFF058E) is known color: Deep Pink. HEX triplet: FF, 05 and 8E. RGB value is (255,5,142). Sum of RGB (Red+Green+Blue) = 255+5+142=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF058E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF058E is #00FA71. Grayscale: #5F5F5F. Windows color (decimal): -64114 or 9307647. OLE color: 9307647.

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

Color convert

RGB 255 5 142 -
CMYK 0 0.98 0.44 0
HSL 327.12º 1% 0.51% -
HSV(B) 327.12º 0.98% 1% -
XYZ 46.18 23.32 27.66 -
YUV 95.37 154.33 241.86 -
System Red Green Blue C M Y K H S L
Decimal 255 5 142 0 0.98 0.44 0 327.12 1 0.51
Hex FF 5 8E 0 62 2C 0 147 64 33
Octal 377 5 216 0 142 54 0 507 144 63
Binary 11111111 101 10001110 0 1100010 101100 0 101000111 1100100 110011

Color Harmonies of #FF058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF058E

Black with #FF058E

Text Example


Text Example

White with #FF058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF058E; }

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

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

background-color css

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

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

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

border-color css

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

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

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