Html Css Color HEX #FF0485 Deep Pink

📋 copy color: '#FF0485'

red 255 ◦ green 4 ◦ blue 133

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

Shades of Deep Pink #FF0485

Tints of Deep Pink #FF0485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 65.05%
G = 1.02%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF0485 (or 0xFF0485) is known color: Deep Pink. HEX triplet: FF, 04 and 85. RGB value is (255,4,133). Sum of RGB (Red+Green+Blue) = 255+4+133=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0485 is #00FB7A. Grayscale: #5D5D5D. Windows color (decimal): -64379 or 8717567. OLE color: 8717567.

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

Color convert

RGB 255 4 133 -
CMYK 0 0.98 0.48 0
HSL 329.16º 1% 0.51% -
HSV(B) 329.16º 0.98% 1% -
XYZ 45.52 23.04 24.24 -
YUV 93.76 150.16 243.01 -
System Red Green Blue C M Y K H S L
Decimal 255 4 133 0 0.98 0.48 0 329.16 1 0.51
Hex FF 4 85 0 62 30 0 149 64 33
Octal 377 4 205 0 142 60 0 511 144 63
Binary 11111111 100 10000101 0 1100010 110000 0 101001001 1100100 110011

Color Harmonies of #FF0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0485

Black with #FF0485

Text Example


Text Example

White with #FF0485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0485; }

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

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

background-color css

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

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

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

border-color css

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

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

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