Html Css Color HEX #FA6FE3 Pale Magenta

📋 copy color: '#FA6FE3'

red 250 ◦ green 111 ◦ blue 227

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

Shades of Pale Magenta #FA6FE3

Tints of Pale Magenta #FA6FE3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.88%

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

R = 42.52%
G = 18.88%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA6FE3 (or 0xFA6FE3) is known color: Pale Magenta. HEX triplet: FA, 6F and E3. RGB value is (250,111,227). Sum of RGB (Red+Green+Blue) = 250+111+227=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FE3 is #05901C. Grayscale: #A5A5A5. Windows color (decimal): -364573 or 14905338. OLE color: 14905338.

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

Color convert

RGB 250 111 227 -
CMYK 0 0.56 0.09 0.02
HSL 309.93º 0.93% 0.71% -
HSV(B) 309.93º 0.56% 0.98% -
XYZ 58.97 37.24 76.75 -
YUV 165.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 250 111 227 0 0.56 0.09 0.02 309.93 0.93 0.71
Hex FA 6F E3 0 38 9 2 136 5D 47
Octal 372 157 343 0 70 11 2 466 135 107
Binary 11111010 1101111 11100011 0 111000 1001 10 100110110 1011101 1000111

Color Harmonies of #FA6FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FE3

Black with #FA6FE3

Text Example


Text Example

White with #FA6FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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