Html Css Color HEX #FA6DE2 Pale Magenta

📋 copy color: '#FA6DE2'

red 250 ◦ green 109 ◦ blue 226

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

Shades of Pale Magenta #FA6DE2

Tints of Pale Magenta #FA6DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.63%

R = 42.74%
G = 18.63%
B = 38.63%

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

#FA6DE2 (or 0xFA6DE2) is known color: Pale Magenta. HEX triplet: FA, 6D and E2. RGB value is (250,109,226). Sum of RGB (Red+Green+Blue) = 250+109+226=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DE2 is #05921D. Grayscale: #A4A4A4. Windows color (decimal): -365086 or 14839290. OLE color: 14839290.

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

Color convert

RGB 250 109 226 -
CMYK 0 0.56 0.10 0.02
HSL 310.21º 0.93% 0.7% -
HSV(B) 310.21º 0.56% 0.98% -
XYZ 58.62 36.75 75.96 -
YUV 164.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 250 109 226 0 0.56 0.10 0.02 310.21 0.93 0.7
Hex FA 6D E2 0 38 A 2 136 5D 46
Octal 372 155 342 0 70 12 2 466 135 106
Binary 11111010 1101101 11100010 0 111000 1010 10 100110110 1011101 1000110

Color Harmonies of #FA6DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DE2

Black with #FA6DE2

Text Example


Text Example

White with #FA6DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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