Html Css Color HEX #FA7BEB Pale Magenta

📋 copy color: '#FA7BEB'

red 250 ◦ green 123 ◦ blue 235

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

Shades of Pale Magenta #FA7BEB

Tints of Pale Magenta #FA7BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 41.12%
G = 20.23%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA7BEB (or 0xFA7BEB) is known color: Pale Magenta. HEX triplet: FA, 7B and EB. RGB value is (250,123,235). Sum of RGB (Red+Green+Blue) = 250+123+235=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 123 (48.44% from 255 or 20.23% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BEB is #058414. Grayscale: #ADADAD. Windows color (decimal): -361493 or 15432698. OLE color: 15432698.

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

Color convert

RGB 250 123 235 -
CMYK 0 0.51 0.06 0.02
HSL 307.09º 0.93% 0.73% -
HSV(B) 307.09º 0.51% 0.98% -
XYZ 61.5 40.49 83.17 -
YUV 173.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 250 123 235 0 0.51 0.06 0.02 307.09 0.93 0.73
Hex FA 7B EB 0 33 6 2 133 5D 49
Octal 372 173 353 0 63 6 2 463 135 111
Binary 11111010 1111011 11101011 0 110011 110 10 100110011 1011101 1001001

Color Harmonies of #FA7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BEB

Black with #FA7BEB

Text Example


Text Example

White with #FA7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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