Html Css Color HEX #FA6BE2 Pale Magenta

📋 copy color: '#FA6BE2'

red 250 ◦ green 107 ◦ blue 226

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

Shades of Pale Magenta #FA6BE2

Tints of Pale Magenta #FA6BE2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.35%

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

R = 42.88%
G = 18.35%
B = 38.77%

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

#FA6BE2 (or 0xFA6BE2) is known color: Pale Magenta. HEX triplet: FA, 6B and E2. RGB value is (250,107,226). Sum of RGB (Red+Green+Blue) = 250+107+226=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BE2 is #05941D. Grayscale: #A2A2A2. Windows color (decimal): -365598 or 14838778. OLE color: 14838778.

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

Color convert

RGB 250 107 226 -
CMYK 0 0.57 0.10 0.02
HSL 310.07º 0.93% 0.7% -
HSV(B) 310.07º 0.57% 0.98% -
XYZ 58.41 36.33 75.89 -
YUV 163.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 250 107 226 0 0.57 0.10 0.02 310.07 0.93 0.7
Hex FA 6B E2 0 39 A 2 136 5D 46
Octal 372 153 342 0 71 12 2 466 135 106
Binary 11111010 1101011 11100010 0 111001 1010 10 100110110 1011101 1000110

Color Harmonies of #FA6BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BE2

Black with #FA6BE2

Text Example


Text Example

White with #FA6BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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