#FA7BE7

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

Shades of Pale Magenta #FA7BE7

Tints of Pale Magenta #FA7BE7

Color information

#FA7BE7 (or 0xFA7BE7) is unknown color: approx Pale Magenta. HEX triplet: FA, 7B and E7. RGB value is (250,123,231). Sum of RGB (Red+Green+Blue) = 250+123+231=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 123 (48.44% from 255 or 20.36% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BE7 is #058418. Grayscale: #ACACAC. Windows color (decimal): -361497 or 15170554. OLE color: 15170554.

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

Color convert

RGB250123231-
CMYK00.510.080.02
HSL308.98º92.7%73.14%-
HSV(B)308.98º50.8%98.04%-
XYZ60.9340.2680.16-
YUV173.28160.58182.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 123 (48.44% from 255) = 20.36%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=41.39%
G=20.36%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012323100.510.080.02308.9892.773.14
HexFA7BE7033821355d49
Octal372173347063102465135111
Binary11111010111101111100111011001110001010011010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7BE7; }

 p { color: rgb(250,123,231); }

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

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

 a { background-color: rgb(250,123,231); }

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

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

 span { border-color: rgb(250,123,231); }

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