Html Css Color HEX #FA63DA Free Speech Magenta

📋 copy color: '#FA63DA'

red 250 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #FA63DA

Tints of Free Speech Magenta #FA63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 44.09%
G = 17.46%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA63DA (or 0xFA63DA) is known color: Free Speech Magenta. HEX triplet: FA, 63 and DA. RGB value is (250,99,218). Sum of RGB (Red+Green+Blue) = 250+99+218=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63DA is #059C25. Grayscale: #9D9D9D. Windows color (decimal): -367654 or 14312442. OLE color: 14312442.

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

Color convert

RGB 250 99 218 -
CMYK 0 0.60 0.13 0.02
HSL 312.72º 0.94% 0.68% -
HSV(B) 312.72º 0.6% 0.98% -
XYZ 56.54 34.31 69.97 -
YUV 157.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 250 99 218 0 0.60 0.13 0.02 312.72 0.94 0.68
Hex FA 63 DA 0 3C D 2 139 5E 44
Octal 372 143 332 0 74 15 2 471 136 104
Binary 11111010 1100011 11011010 0 111100 1101 10 100111001 1011110 1000100

Color Harmonies of #FA63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63DA

Black with #FA63DA

Text Example


Text Example

White with #FA63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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