Html Css Color HEX #FA8DF0 Pale Magenta

📋 copy color: '#FA8DF0'

red 250 ◦ green 141 ◦ blue 240

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

Shades of Pale Magenta #FA8DF0

Tints of Pale Magenta #FA8DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.03%

R = 39.62%
G = 22.35%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA8DF0 (or 0xFA8DF0) is known color: Pale Magenta. HEX triplet: FA, 8D and F0. RGB value is (250,141,240). Sum of RGB (Red+Green+Blue) = 250+141+240=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF0 is #05720F. Grayscale: #B8B8B8. Windows color (decimal): -356880 or 15764986. OLE color: 15764986.

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

Color convert

RGB 250 141 240 -
CMYK 0 0.44 0.04 0.02
HSL 305.5º 0.92% 0.77% -
HSV(B) 305.5º 0.44% 0.98% -
XYZ 64.68 45.67 87.84 -
YUV 184.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 250 141 240 0 0.44 0.04 0.02 305.5 0.92 0.77
Hex FA 8D F0 0 2C 4 2 132 5C 4D
Octal 372 215 360 0 54 4 2 462 134 115
Binary 11111010 10001101 11110000 0 101100 100 10 100110010 1011100 1001101

Color Harmonies of #FA8DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DF0

Black with #FA8DF0

Text Example


Text Example

White with #FA8DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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