Html Css Color HEX #FA0482 Deep Pink

📋 copy color: '#FA0482'

red 250 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #FA0482

Tints of Deep Pink #FA0482

RGB

 RED value IS 250 (98.05% from 255) = 65.1%

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

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

R = 65.1%
G = 1.04%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA0482 (or 0xFA0482) is known color: Deep Pink. HEX triplet: FA, 04 and 82. RGB value is (250,4,130). Sum of RGB (Red+Green+Blue) = 250+4+130=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0482 is #05FB7D. Grayscale: #5B5B5B. Windows color (decimal): -392062 or 8520954. OLE color: 8520954.

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

Color convert

RGB 250 4 130 -
CMYK 0 0.98 0.48 0.02
HSL 329.27º 0.97% 0.5% -
HSV(B) 329.27º 0.98% 0.98% -
XYZ 43.5 22.02 23.08 -
YUV 91.92 149.5 240.75 -
System Red Green Blue C M Y K H S L
Decimal 250 4 130 0 0.98 0.48 0.02 329.27 0.97 0.5
Hex FA 4 82 0 62 30 2 149 61 32
Octal 372 4 202 0 142 60 2 511 141 62
Binary 11111010 100 10000010 0 1100010 110000 10 101001001 1100001 110010

Color Harmonies of #FA0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0482

Black with #FA0482

Text Example


Text Example

White with #FA0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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