Html Css Color HEX #FA7BE4 Pale Magenta

📋 copy color: '#FA7BE4'

red 250 ◦ green 123 ◦ blue 228

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

Shades of Pale Magenta #FA7BE4

Tints of Pale Magenta #FA7BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.94%

R = 41.6%
G = 20.47%
B = 37.94%

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

#FA7BE4 (or 0xFA7BE4) is known color: Pale Magenta. HEX triplet: FA, 7B and E4. RGB value is (250,123,228). Sum of RGB (Red+Green+Blue) = 250+123+228=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BE4 is #05841B. Grayscale: #ACACAC. Windows color (decimal): -361500 or 14973946. OLE color: 14973946.

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

Color convert

RGB 250 123 228 -
CMYK 0 0.51 0.09 0.02
HSL 310.39º 0.93% 0.73% -
HSV(B) 310.39º 0.51% 0.98% -
XYZ 60.51 40.09 77.95 -
YUV 172.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 250 123 228 0 0.51 0.09 0.02 310.39 0.93 0.73
Hex FA 7B E4 0 33 9 2 136 5D 49
Octal 372 173 344 0 63 11 2 466 135 111
Binary 11111010 1111011 11100100 0 110011 1001 10 100110110 1011101 1001001

Color Harmonies of #FA7BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BE4

Black with #FA7BE4

Text Example


Text Example

White with #FA7BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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