Html Css Color HEX #FA84DA Pale Magenta

📋 copy color: '#FA84DA'

red 250 ◦ green 132 ◦ blue 218

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

Shades of Pale Magenta #FA84DA

Tints of Pale Magenta #FA84DA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22%

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 41.67%
G = 22%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA84DA (or 0xFA84DA) is known color: Pale Magenta. HEX triplet: FA, 84 and DA. RGB value is (250,132,218). Sum of RGB (Red+Green+Blue) = 250+132+218=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84DA is #057B25. Grayscale: #B0B0B0. Windows color (decimal): -359206 or 14320890. OLE color: 14320890.

HSL color Cylindrical-coordinate representation of color #FA84DA: hue angle of 316.27º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA84DA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 218 -
CMYK 0 0.47 0.13 0.02
HSL 316.27º 0.92% 0.75% -
HSV(B) 316.27º 0.47% 0.98% -
XYZ 60.33 41.89 71.24 -
YUV 177.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 250 132 218 0 0.47 0.13 0.02 316.27 0.92 0.75
Hex FA 84 DA 0 2F D 2 13C 5C 4B
Octal 372 204 332 0 57 15 2 474 134 113
Binary 11111010 10000100 11011010 0 101111 1101 10 100111100 1011100 1001011

Color Harmonies of #FA84DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84DA

Black with #FA84DA

Text Example


Text Example

White with #FA84DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84DA; }

 p { color: rgb(250,132,218); }

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

background-color css

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

 a { background-color: rgb(250,132,218); }

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

border-color css

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

 span { border-color: rgb(250,132,218); }

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