Html Css Color HEX #FA7BE0 Pale Magenta

📋 copy color: '#FA7BE0'

red 250 ◦ green 123 ◦ blue 224

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

Shades of Pale Magenta #FA7BE0

Tints of Pale Magenta #FA7BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 41.88%
G = 20.6%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA7BE0 (or 0xFA7BE0) is known color: Pale Magenta. HEX triplet: FA, 7B and E0. RGB value is (250,123,224). Sum of RGB (Red+Green+Blue) = 250+123+224=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BE0 is #05841F. Grayscale: #ACACAC. Windows color (decimal): -361504 or 14711802. OLE color: 14711802.

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

Color convert

RGB 250 123 224 -
CMYK 0 0.51 0.10 0.02
HSL 312.28º 0.93% 0.73% -
HSV(B) 312.28º 0.51% 0.98% -
XYZ 59.96 39.87 75.06 -
YUV 172.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 250 123 224 0 0.51 0.10 0.02 312.28 0.93 0.73
Hex FA 7B E0 0 33 A 2 138 5D 49
Octal 372 173 340 0 63 12 2 470 135 111
Binary 11111010 1111011 11100000 0 110011 1010 10 100111000 1011101 1001001

Color Harmonies of #FA7BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BE0

Black with #FA7BE0

Text Example


Text Example

White with #FA7BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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