#FA6BE8

Color #FA6BE8 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FA6BE8

Tints of Pale Magenta #FA6BE8

Color information

#FA6BE8 (or 0xFA6BE8) is unknown color: approx Pale Magenta. HEX triplet: FA, 6B and E8. RGB value is (250,107,232). Sum of RGB (Red+Green+Blue) = 250+107+232=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 107 (42.19% from 255 or 18.17% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BE8 is #059417. Grayscale: #A3A3A3. Windows color (decimal): -365592 or 15231994. OLE color: 15231994.

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

Color convert

RGB250107232-
CMYK00.570.070.02
HSL307.55º93.46%70%-
HSV(B)307.55º57.2%98.04%-
XYZ59.2536.6780.3-
YUV164.01166.38189.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 107 (42.19% from 255) = 18.17%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=42.44%
G=18.17%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010723200.570.070.02307.5593.4670
HexFA6BE8039721345d46
Octal37215335007172464135106
Binary1111101011010111110100001110011111010011010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6BE8; }

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

 H1.HeaderClassName
 {
   color: #FA6BE8;
 }
 .AnyTagClassName
 {
   color: #FA6BE8;
 }
</style>
background-color css

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

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

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

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

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

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