Html Css Color HEX #FD0482 Deep Pink

📋 copy color: '#FD0482'

red 253 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #FD0482

Tints of Deep Pink #FD0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 65.37%
G = 1.03%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD0482 (or 0xFD0482) is known color: Deep Pink. HEX triplet: FD, 04 and 82. RGB value is (253,4,130). Sum of RGB (Red+Green+Blue) = 253+4+130=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0482 is #02FB7D. Grayscale: #5C5C5C. Windows color (decimal): -195454 or 8520957. OLE color: 8520957.

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

Color convert

RGB 253 4 130 -
CMYK 0 0.98 0.49 0.01
HSL 329.64º 0.98% 0.5% -
HSV(B) 329.64º 0.98% 0.99% -
XYZ 44.58 22.58 23.13 -
YUV 92.82 148.99 242.25 -
System Red Green Blue C M Y K H S L
Decimal 253 4 130 0 0.98 0.49 0.01 329.64 0.98 0.5
Hex FD 4 82 0 62 31 1 14A 62 32
Octal 375 4 202 0 142 61 1 512 142 62
Binary 11111101 100 10000010 0 1100010 110001 1 101001010 1100010 110010

Color Harmonies of #FD0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0482

Black with #FD0482

Text Example


Text Example

White with #FD0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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