Html Css Color HEX #FA6CE3 Pale Magenta

📋 copy color: '#FA6CE3'

red 250 ◦ green 108 ◦ blue 227

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

Shades of Pale Magenta #FA6CE3

Tints of Pale Magenta #FA6CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.8%

R = 42.74%
G = 18.46%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA6CE3 (or 0xFA6CE3) is known color: Pale Magenta. HEX triplet: FA, 6C and E3. RGB value is (250,108,227). Sum of RGB (Red+Green+Blue) = 250+108+227=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CE3 is #05931C. Grayscale: #A3A3A3. Windows color (decimal): -365341 or 14904570. OLE color: 14904570.

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

Color convert

RGB 250 108 227 -
CMYK 0 0.57 0.09 0.02
HSL 309.72º 0.93% 0.7% -
HSV(B) 309.72º 0.57% 0.98% -
XYZ 58.65 36.6 76.65 -
YUV 164.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 250 108 227 0 0.57 0.09 0.02 309.72 0.93 0.7
Hex FA 6C E3 0 39 9 2 136 5D 46
Octal 372 154 343 0 71 11 2 466 135 106
Binary 11111010 1101100 11100011 0 111001 1001 10 100110110 1011101 1000110

Color Harmonies of #FA6CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CE3

Black with #FA6CE3

Text Example


Text Example

White with #FA6CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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