Html Css Color HEX #FF0486 Deep Pink

📋 copy color: '#FF0486'

red 255 ◦ green 4 ◦ blue 134

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

Shades of Deep Pink #FF0486

Tints of Deep Pink #FF0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 64.89%
G = 1.02%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF0486 (or 0xFF0486) is known color: Deep Pink. HEX triplet: FF, 04 and 86. RGB value is (255,4,134). Sum of RGB (Red+Green+Blue) = 255+4+134=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0486 is #00FB79. Grayscale: #5D5D5D. Windows color (decimal): -64378 or 8783103. OLE color: 8783103.

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

Color convert

RGB 255 4 134 -
CMYK 0 0.98 0.47 0
HSL 328.92º 1% 0.51% -
HSV(B) 328.92º 0.98% 1% -
XYZ 45.59 23.07 24.6 -
YUV 93.87 150.66 242.93 -
System Red Green Blue C M Y K H S L
Decimal 255 4 134 0 0.98 0.47 0 328.92 1 0.51
Hex FF 4 86 0 62 2F 0 149 64 33
Octal 377 4 206 0 142 57 0 511 144 63
Binary 11111111 100 10000110 0 1100010 101111 0 101001001 1100100 110011

Color Harmonies of #FF0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0486

Black with #FF0486

Text Example


Text Example

White with #FF0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0486; }

 p { color: rgb(255,4,134); }

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

background-color css

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

 a { background-color: rgb(255,4,134); }

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

border-color css

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

 span { border-color: rgb(255,4,134); }

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