Html Css Color HEX #FA7BE3 Pale Magenta

📋 copy color: '#FA7BE3'

red 250 ◦ green 123 ◦ blue 227

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

Shades of Pale Magenta #FA7BE3

Tints of Pale Magenta #FA7BE3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.5%

 BLUE value IS 227 (89.06% from 255) = 37.83%

R = 41.67%
G = 20.5%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA7BE3 (or 0xFA7BE3) is known color: Pale Magenta. HEX triplet: FA, 7B and E3. RGB value is (250,123,227). Sum of RGB (Red+Green+Blue) = 250+123+227=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BE3 is #05841C. Grayscale: #ACACAC. Windows color (decimal): -361501 or 14908410. OLE color: 14908410.

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

Color convert

RGB 250 123 227 -
CMYK 0 0.51 0.09 0.02
HSL 310.87º 0.93% 0.73% -
HSV(B) 310.87º 0.51% 0.98% -
XYZ 60.37 40.04 77.22 -
YUV 172.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 250 123 227 0 0.51 0.09 0.02 310.87 0.93 0.73
Hex FA 7B E3 0 33 9 2 137 5D 49
Octal 372 173 343 0 63 11 2 467 135 111
Binary 11111010 1111011 11100011 0 110011 1001 10 100110111 1011101 1001001

Color Harmonies of #FA7BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BE3

Black with #FA7BE3

Text Example


Text Example

White with #FA7BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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