Html Css Color HEX #FA6CE2 Pale Magenta

📋 copy color: '#FA6CE2'

red 250 ◦ green 108 ◦ blue 226

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

Shades of Pale Magenta #FA6CE2

Tints of Pale Magenta #FA6CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.49%

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

R = 42.81%
G = 18.49%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA6CE2 (or 0xFA6CE2) is known color: Pale Magenta. HEX triplet: FA, 6C and E2. RGB value is (250,108,226). Sum of RGB (Red+Green+Blue) = 250+108+226=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CE2 is #05931D. Grayscale: #A3A3A3. Windows color (decimal): -365342 or 14839034. OLE color: 14839034.

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

Color convert

RGB 250 108 226 -
CMYK 0 0.57 0.10 0.02
HSL 310.14º 0.93% 0.7% -
HSV(B) 310.14º 0.57% 0.98% -
XYZ 58.51 36.54 75.92 -
YUV 163.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 250 108 226 0 0.57 0.10 0.02 310.14 0.93 0.7
Hex FA 6C E2 0 39 A 2 136 5D 46
Octal 372 154 342 0 71 12 2 466 135 106
Binary 11111010 1101100 11100010 0 111001 1010 10 100110110 1011101 1000110

Color Harmonies of #FA6CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CE2

Black with #FA6CE2

Text Example


Text Example

White with #FA6CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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