Html Css Color HEX #FD0485 Deep Pink

📋 copy color: '#FD0485'

red 253 ◦ green 4 ◦ blue 133

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

Shades of Deep Pink #FD0485

Tints of Deep Pink #FD0485

RGB

 RED value IS 253 (99.22% from 255) = 64.87%

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

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

R = 64.87%
G = 1.03%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD0485 (or 0xFD0485) is known color: Deep Pink. HEX triplet: FD, 04 and 85. RGB value is (253,4,133). Sum of RGB (Red+Green+Blue) = 253+4+133=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0485 is #02FB7A. Grayscale: #5C5C5C. Windows color (decimal): -195451 or 8717565. OLE color: 8717565.

HSL color Cylindrical-coordinate representation of color #FD0485: hue angle of 328.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0485 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 4 133 -
CMYK 0 0.98 0.47 0.01
HSL 328.92º 0.98% 0.5% -
HSV(B) 328.92º 0.98% 0.99% -
XYZ 44.79 22.66 24.2 -
YUV 93.16 150.49 242.01 -
System Red Green Blue C M Y K H S L
Decimal 253 4 133 0 0.98 0.47 0.01 328.92 0.98 0.5
Hex FD 4 85 0 62 2F 1 149 62 32
Octal 375 4 205 0 142 57 1 511 142 62
Binary 11111101 100 10000101 0 1100010 101111 1 101001001 1100010 110010

Color Harmonies of #FD0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0485

Black with #FD0485

Text Example


Text Example

White with #FD0485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0485; }

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

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

background-color css

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

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

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

border-color css

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

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

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