Html Css Color HEX #FA84DB Pale Magenta

📋 copy color: '#FA84DB'

red 250 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #FA84DB

Tints of Pale Magenta #FA84DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 41.6%
G = 21.96%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA84DB (or 0xFA84DB) is known color: Pale Magenta. HEX triplet: FA, 84 and DB. RGB value is (250,132,219). Sum of RGB (Red+Green+Blue) = 250+132+219=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84DB is #057B24. Grayscale: #B0B0B0. Windows color (decimal): -359205 or 14386426. OLE color: 14386426.

HSL color Cylindrical-coordinate representation of color #FA84DB: hue angle of 315.76º 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 #FA84DB is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 219 -
CMYK 0 0.47 0.12 0.02
HSL 315.76º 0.92% 0.75% -
HSV(B) 315.76º 0.47% 0.98% -
XYZ 60.46 41.94 71.93 -
YUV 177.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 250 132 219 0 0.47 0.12 0.02 315.76 0.92 0.75
Hex FA 84 DB 0 2F C 2 13C 5C 4B
Octal 372 204 333 0 57 14 2 474 134 113
Binary 11111010 10000100 11011011 0 101111 1100 10 100111100 1011100 1001011

Color Harmonies of #FA84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84DB

Black with #FA84DB

Text Example


Text Example

White with #FA84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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