Html Css Color HEX #FF058B Deep Pink

📋 copy color: '#FF058B'

red 255 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #FF058B

Tints of Deep Pink #FF058B

RGB

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

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

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

R = 63.91%
G = 1.25%
B = 34.84%

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

#FF058B (or 0xFF058B) is known color: Deep Pink. HEX triplet: FF, 05 and 8B. RGB value is (255,5,139). Sum of RGB (Red+Green+Blue) = 255+5+139=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF058B is #00FA74. Grayscale: #5E5E5E. Windows color (decimal): -64117 or 9111039. OLE color: 9111039.

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

Color convert

RGB 255 5 139 -
CMYK 0 0.98 0.45 0
HSL 327.84º 1% 0.51% -
HSV(B) 327.84º 0.98% 1% -
XYZ 45.95 23.23 26.49 -
YUV 95.03 152.83 242.1 -
System Red Green Blue C M Y K H S L
Decimal 255 5 139 0 0.98 0.45 0 327.84 1 0.51
Hex FF 5 8B 0 62 2D 0 148 64 33
Octal 377 5 213 0 142 55 0 510 144 63
Binary 11111111 101 10001011 0 1100010 101101 0 101001000 1100100 110011

Color Harmonies of #FF058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF058B

Black with #FF058B

Text Example


Text Example

White with #FF058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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