Html Css Color HEX #FA8DF2 Pale Magenta

📋 copy color: '#FA8DF2'

red 250 ◦ green 141 ◦ blue 242

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

Shades of Pale Magenta #FA8DF2

Tints of Pale Magenta #FA8DF2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.27%

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 39.49%
G = 22.27%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA8DF2 (or 0xFA8DF2) is known color: Pale Magenta. HEX triplet: FA, 8D and F2. RGB value is (250,141,242). Sum of RGB (Red+Green+Blue) = 250+141+242=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF2 is #05720D. Grayscale: #B8B8B8. Windows color (decimal): -356878 or 15896058. OLE color: 15896058.

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

Color convert

RGB 250 141 242 -
CMYK 0 0.44 0.03 0.02
HSL 304.4º 0.92% 0.77% -
HSV(B) 304.4º 0.44% 0.98% -
XYZ 64.98 45.78 89.42 -
YUV 185.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 250 141 242 0 0.44 0.03 0.02 304.4 0.92 0.77
Hex FA 8D F2 0 2C 3 2 130 5C 4D
Octal 372 215 362 0 54 3 2 460 134 115
Binary 11111010 10001101 11110010 0 101100 11 10 100110000 1011100 1001101

Color Harmonies of #FA8DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DF2

Black with #FA8DF2

Text Example


Text Example

White with #FA8DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DF2; }

 p { color: rgb(250,141,242); }

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

background-color css

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

 a { background-color: rgb(250,141,242); }

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

border-color css

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

 span { border-color: rgb(250,141,242); }

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