Html Css Color HEX #FA63E4 Free Speech Magenta

📋 copy color: '#FA63E4'

red 250 ◦ green 99 ◦ blue 228

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

Shades of Free Speech Magenta #FA63E4

Tints of Free Speech Magenta #FA63E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.51%

R = 43.33%
G = 17.16%
B = 39.51%

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

#FA63E4 (or 0xFA63E4) is known color: Free Speech Magenta. HEX triplet: FA, 63 and E4. RGB value is (250,99,228). Sum of RGB (Red+Green+Blue) = 250+99+228=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 99 (39.06% from 255 or 17.16% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63E4 is #059C1B. Grayscale: #9E9E9E. Windows color (decimal): -367644 or 14967802. OLE color: 14967802.

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

Color convert

RGB 250 99 228 -
CMYK 0 0.60 0.09 0.02
HSL 308.74º 0.94% 0.68% -
HSV(B) 308.74º 0.6% 0.98% -
XYZ 57.89 34.85 77.07 -
YUV 158.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 250 99 228 0 0.60 0.09 0.02 308.74 0.94 0.68
Hex FA 63 E4 0 3C 9 2 135 5E 44
Octal 372 143 344 0 74 11 2 465 136 104
Binary 11111010 1100011 11100100 0 111100 1001 10 100110101 1011110 1000100

Color Harmonies of #FA63E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63E4

Black with #FA63E4

Text Example


Text Example

White with #FA63E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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