Html Css Color HEX #FA6DE0 Pale Magenta

📋 copy color: '#FA6DE0'

red 250 ◦ green 109 ◦ blue 224

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

Shades of Pale Magenta #FA6DE0

Tints of Pale Magenta #FA6DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.7%

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 42.88%
G = 18.7%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA6DE0 (or 0xFA6DE0) is known color: Pale Magenta. HEX triplet: FA, 6D and E0. RGB value is (250,109,224). Sum of RGB (Red+Green+Blue) = 250+109+224=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 109 (42.97% from 255 or 18.70% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DE0 is #05921F. Grayscale: #A3A3A3. Windows color (decimal): -365088 or 14708218. OLE color: 14708218.

HSL color Cylindrical-coordinate representation of color #FA6DE0: hue angle of 311.06º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DE0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 109 224 -
CMYK 0 0.56 0.10 0.02
HSL 311.06º 0.93% 0.7% -
HSV(B) 311.06º 0.56% 0.98% -
XYZ 58.35 36.64 74.52 -
YUV 164.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 250 109 224 0 0.56 0.10 0.02 311.06 0.93 0.7
Hex FA 6D E0 0 38 A 2 137 5D 46
Octal 372 155 340 0 70 12 2 467 135 106
Binary 11111010 1101101 11100000 0 111000 1010 10 100110111 1011101 1000110

Color Harmonies of #FA6DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DE0

Black with #FA6DE0

Text Example


Text Example

White with #FA6DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DE0; }

 p { color: rgb(250,109,224); }

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

background-color css

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

 a { background-color: rgb(250,109,224); }

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

border-color css

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

 span { border-color: rgb(250,109,224); }

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