Html Css Color HEX #FA6CE8 Pale Magenta

📋 copy color: '#FA6CE8'

red 250 ◦ green 108 ◦ blue 232

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

Shades of Pale Magenta #FA6CE8

Tints of Pale Magenta #FA6CE8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.31%

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

R = 42.37%
G = 18.31%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA6CE8 (or 0xFA6CE8) is known color: Pale Magenta. HEX triplet: FA, 6C and E8. RGB value is (250,108,232). Sum of RGB (Red+Green+Blue) = 250+108+232=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CE8 is #059317. Grayscale: #A4A4A4. Windows color (decimal): -365336 or 15232250. OLE color: 15232250.

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

Color convert

RGB 250 108 232 -
CMYK 0 0.57 0.07 0.02
HSL 307.61º 0.93% 0.7% -
HSV(B) 307.61º 0.57% 0.98% -
XYZ 59.35 36.88 80.33 -
YUV 164.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 250 108 232 0 0.57 0.07 0.02 307.61 0.93 0.7
Hex FA 6C E8 0 39 7 2 134 5D 46
Octal 372 154 350 0 71 7 2 464 135 106
Binary 11111010 1101100 11101000 0 111001 111 10 100110100 1011101 1000110

Color Harmonies of #FA6CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CE8

Black with #FA6CE8

Text Example


Text Example

White with #FA6CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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