Html Css Color HEX #FA63E3 Free Speech Magenta

📋 copy color: '#FA63E3'

red 250 ◦ green 99 ◦ blue 227

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

Shades of Free Speech Magenta #FA63E3

Tints of Free Speech Magenta #FA63E3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.19%

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

R = 43.4%
G = 17.19%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA63E3 (or 0xFA63E3) is known color: Free Speech Magenta. HEX triplet: FA, 63 and E3. RGB value is (250,99,227). Sum of RGB (Red+Green+Blue) = 250+99+227=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63E3 is #059C1C. Grayscale: #9E9E9E. Windows color (decimal): -367645 or 14902266. OLE color: 14902266.

HSL color Cylindrical-coordinate representation of color #FA63E3: hue angle of 309.14º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63E3 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 99 227 -
CMYK 0 0.60 0.09 0.02
HSL 309.14º 0.94% 0.68% -
HSV(B) 309.14º 0.6% 0.98% -
XYZ 57.75 34.79 76.35 -
YUV 158.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 250 99 227 0 0.60 0.09 0.02 309.14 0.94 0.68
Hex FA 63 E3 0 3C 9 2 135 5E 44
Octal 372 143 343 0 74 11 2 465 136 104
Binary 11111010 1100011 11100011 0 111100 1001 10 100110101 1011110 1000100

Color Harmonies of #FA63E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63E3

Black with #FA63E3

Text Example


Text Example

White with #FA63E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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