Html Css Color HEX #FA7CE8 Pale Magenta

📋 copy color: '#FA7CE8'

red 250 ◦ green 124 ◦ blue 232

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

Shades of Pale Magenta #FA7CE8

Tints of Pale Magenta #FA7CE8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.46%

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 41.25%
G = 20.46%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA7CE8 (or 0xFA7CE8) is known color: Pale Magenta. HEX triplet: FA, 7C and E8. RGB value is (250,124,232). Sum of RGB (Red+Green+Blue) = 250+124+232=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 124 (48.83% from 255 or 20.46% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CE8 is #058317. Grayscale: #ADADAD. Windows color (decimal): -361240 or 15236346. OLE color: 15236346.

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

Color convert

RGB 250 124 232 -
CMYK 0 0.50 0.07 0.02
HSL 308.57º 0.93% 0.73% -
HSV(B) 308.57º 0.5% 0.98% -
XYZ 61.2 40.57 80.95 -
YUV 173.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 250 124 232 0 0.50 0.07 0.02 308.57 0.93 0.73
Hex FA 7C E8 0 32 7 2 135 5D 49
Octal 372 174 350 0 62 7 2 465 135 111
Binary 11111010 1111100 11101000 0 110010 111 10 100110101 1011101 1001001

Color Harmonies of #FA7CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CE8

Black with #FA7CE8

Text Example


Text Example

White with #FA7CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CE8; }

 p { color: rgb(250,124,232); }

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

background-color css

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

 a { background-color: rgb(250,124,232); }

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

border-color css

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

 span { border-color: rgb(250,124,232); }

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